me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-acroterm.

* gnu/packages/tex.scm (texlive-acroterm): New variable.
master
Nicolas Goaziou 2023-08-29 15:43:30 +02:00
parent b447045085
commit 9be662deb6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -72474,6 +72474,27 @@ package also offers the option sort which automatically sorts the list
created by @code{\\printacronyms}.")
(license license:lppl1.3c)))
(define-public texlive-acroterm
(package
(name "texlive-acroterm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/acroterm/"
"source/latex/acroterm/"
"tex/latex/acroterm/")
(base32
"04ickn8igj226vdjffgpx9ysvlcl5d61m565ijcs3zln02w5c06y")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/acroterm")
(synopsis "Manage and index acronyms and terms")
(description
"This is yet another package for acronyms: it offers simple markup of
acronyms and technical terms in the text, giving an index each of
terms and acronyms with their expanded form.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar