me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-asternote.

* gnu/packages/tex.scm (texlive-asternote): New variable.
Nicolas Goaziou 2023-08-16 11:59:25 +02:00
parent 1c9d5a93c6
commit b4c03c7087
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -2418,6 +2418,25 @@ writing support. It uses only native picture macros and fonts for drawing
boxes and is thus driver independent.")
(license license:bsd-3)))
(define-public texlive-asternote
(package
(name "texlive-asternote")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/asternote/"
"tex/latex/asternote/")
(base32
"1a53pmw237lm1yjx55qwq3fq6jq34vlw03w62vrq3ksw9346dg5r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/asternote")
(synopsis "Annotation symbols enclosed in square brackets with an asterisk")
(description
"This LaTeX package can output annotation symbols enclosed in square
brackets and marked with an asterisk.")
(license license:expat)))
(define-public texlive-asymptote-by-example-zh-cn
(package
(name "texlive-asymptote-by-example-zh-cn")