me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hep-math-font.

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

View File

@ -14111,6 +14111,28 @@ usual Latin Modern implementations by replacing missing fonts with Computer
Modern counterparts.")
(license license:lppl1.3c)))
(define-public texlive-hep-math-font
(package
(name "texlive-hep-math-font")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/hep-math-font/"
"source/fonts/hep-math-font/"
"tex/latex/hep-math-font/")
(base32
"07lb2sxzdff9arpfksz186dvpgr6slfz637xinhf95npbylpyww3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hep-math-font")
(synopsis "Extended Greek and sans-serif math")
(description
"The @code{hep-math-font} package adjust the math fonts to be sans-serif
if the document is sans-serif. Additionally Greek letters are redefined to be
always italic and upright in math and text mode respectively. Some math font
macros are adjusted to give more consistently the naively expected results.")
(license license:lppl1.3c)))
(define-public texlive-hep-reference
(package
(name "texlive-hep-reference")