me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gfsneohellenicmath.

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

View File

@ -13119,6 +13119,27 @@ work well with the @code{cmbright} fonts for mathematics support. LaTeX
support of the fonts is provided, offering OT1, T1 and LGR encodings.")
(license license:silofl1.1)))
(define-public texlive-gfsneohellenicmath
(package
(name "texlive-gfsneohellenicmath")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/gfsneohellenicmath/"
"fonts/opentype/public/gfsneohellenicmath/"
"tex/latex/gfsneohellenicmath/")
(base32
"08yzv6qww3qvbg8bp4k8ibd46j1a41ysw4k8fi5nazchf3py7qb0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gfsneohellenicmath")
(synopsis "Math font in the Neo-Hellenic style")
(description
"The GFSNeohellenic font, a historic font first designed by Victor
Scholderer, now has native support for Mathematics. A useful application is
in Beamer documents since this is a sans math font.")
(license license:silofl1.1)))
(define-public texlive-ghab
(package
(name "texlive-ghab")