me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hepnames.

* gnu/packages/tex.scm (texlive-hepnames): New variable.
Nicolas Goaziou 2023-07-30 16:22:26 +02:00
parent b880116b3b
commit 2b377b5b8a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -3962,6 +3962,31 @@ macros to improve the default behavior of LaTeX for High Energy Physics
publications.") publications.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-hepnames
(package
(name "texlive-hepnames")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hepnames/" "tex/latex/hepnames/")
(base32
"1wvqf4r7p8bkvxwp7mvqnngxillbpii38i413q8acz0777bpassl")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hepnames")
(synopsis "Pre-defined high energy particle names")
(description
"Hepnames provides a pair of LaTeX packages, @code{heppennames} and @code{hepnicenames},
providing a large set of pre-defined high energy physics particle names built
with the @code{hepparticles} package. The packages are based on
@file{pennames.sty} by Michel Goosens and Eric van Herwijnen. Heppennames
re-implements the particle names in @file{pennames.sty}, with some additions
and alterations and greater flexibility and robustness due to the
@code{hepparticles} structures, which were written for this purpose.
Hepnicenames provides the main non-resonant particle names from
@code{heppennames} with more friendly names.")
(license license:lppl)))
(define-public texlive-bibtex8 (define-public texlive-bibtex8
(package (package
(name "texlive-bibtex8") (name "texlive-bibtex8")