gnu: Add texlive-acro.

* gnu/packages/tex.scm (texlive-acro): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:43:29 +02:00
parent c2ca2c10e8
commit b447045085
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -72449,6 +72449,31 @@ (define-public texlive-achemso
is distributed as part of the bundle.")
(license license:lppl1.3c)))
(define-public texlive-acro
(package
(name "texlive-acro")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/acro/" "tex/latex/acro/")
(base32
"0c0gyc3q2qz24zjxplfcxswgh1sd9xw5fa0zwk33gahbzm1vbkqb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-etoolbox texlive-l3kernel
texlive-l3packages))
(home-page "https://ctan.org/pkg/acro")
(synopsis "Typeset acronyms")
(description
"The package enables the author to create acronyms in a simple way,
and provides means to add them to different classes of acronyms.
Lists can be created of separate acronym classes. The package option
@code{single} instructs the package to ignore acronyms that are used
only once in the whole document. As an experimental feature the
package also offers the option sort which automatically sorts the list
created by @code{\\printacronyms}.")
(license license:lppl1.3c)))
;;;
;;; 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