mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add texlive-context-annotation.
* gnu/packages/tex.scm (texlive-context-annotation): New variable.
This commit is contained in:
parent
ded9789bbc
commit
3915064ee6
1 changed files with 21 additions and 0 deletions
|
@ -10034,6 +10034,27 @@ (define-public texlive-context-animation
|
|||
package.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public texlive-context-annotation
|
||||
(package
|
||||
(name "texlive-context-annotation")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/context/third/annotation/"
|
||||
"tex/context/interface/third/"
|
||||
"tex/context/third/annotation/")
|
||||
(base32
|
||||
"1b908rj51dbpicdiwwycb36wscxl1asmsmccrzcfbdji189kf6ck")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-context))
|
||||
(home-page "https://ctan.org/pkg/context-annotation")
|
||||
(synopsis "Annotate text blocks")
|
||||
(description
|
||||
"The @code{annotation} module lets you create your own commands and
|
||||
environments to mark text blocks.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-beamer
|
||||
(package
|
||||
(name "texlive-beamer")
|
||||
|
|
Loading…
Reference in a new issue