me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hep.

* gnu/packages/tex.scm (texlive-hep): New variable.
Nicolas Goaziou 2023-07-30 16:22:08 +02:00
parent 5367f764e1
commit 0bf8f98737
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -3922,6 +3922,25 @@ theoretical texts, program notes, symbol legends, etc. Documents must be
compiled using XeLaTeX.") compiled using XeLaTeX.")
(license license:cc-by4.0))) (license license:cc-by4.0)))
(define-public texlive-hep
(package
(name "texlive-hep")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hep/" "tex/latex/hep/")
(base32
"1p7phgv3d4xch9c9qwkpgrpc34nzijxfxiqkpnc9b9a3xfwh71sg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hep")
(synopsis "Convenience wrapper for High Energy Physics packages")
(description
"This package loads the author's @code{hepunits} and @code{hepnicenames}
packages, and a selection of others that are useful in High Energy Physics
papers, etc.")
(license license:lppl)))
(define-public texlive-bibtex8 (define-public texlive-bibtex8
(package (package
(name "texlive-bibtex8") (name "texlive-bibtex8")