me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hep-acronym.

* gnu/packages/tex.scm (texlive-hep-acronym): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:17 +02:00
parent 63b86a5e50
commit c948c23296
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -84726,6 +84726,26 @@ lowercase versions of switching pronouns for all case forms, plus anaphoric
versions that reflect the current gender choice.")
(license license:lppl1.3+)))
(define-public texlive-hep-acronym
(package
(name "texlive-hep-acronym")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hep-acronym/"
"source/latex/hep-acronym/"
"tex/latex/hep-acronym/")
(base32
"18vgzqq53r787xjk2c2ggc74ji6qcmvp8r0id7jgcp9yydpz01m5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hep-acronym")
(synopsis "@code{acronym} extension for glossaries")
(description
"The hep-acronym package provides an @code{\\acronym} macro based on the
@code{glossaries} package.")
(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