gnu: Add texlive-context-annotation.

* gnu/packages/tex.scm (texlive-context-annotation): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 18:08:08 +02:00
parent ded9789bbc
commit 3915064ee6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")