me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hep-font.

* gnu/packages/tex.scm (texlive-hep-font): New variable.
Nicolas Goaziou 2023-08-21 12:24:51 +02:00
parent d3ab4f7a7d
commit d95fa8ead0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -14090,6 +14090,27 @@ makes full use of all BibTeX fields provided by Discover High-Energy
Physics.") Physics.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-hep-font
(package
(name "texlive-hep-font")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/hep-font/"
"source/fonts/hep-font/"
"tex/latex/hep-font/")
(base32
"0wf39qf896abj0ypgz0655pm055ywch3jlpnxd8pgaip6igbs5g9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hep-font")
(synopsis "Latin modern extended by Computer Modern")
(description
"The @code{hep-font} package loads standard font packages and extends the
usual Latin Modern implementations by replacing missing fonts with Computer
Modern counterparts.")
(license license:lppl1.3c)))
(define-public texlive-hep-reference (define-public texlive-hep-reference
(package (package
(name "texlive-hep-reference") (name "texlive-hep-reference")