ngz pushed a commit to branch master
in repository guix.
commit c7a3aeb35c64f89492e0318146607e3b94bf0049
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:22:04 2023 +0200
gnu: Add texlive-gfsneohellenicmath.
* gnu/packages/tex.scm (texlive-gfsneohellenicmath): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c4402984d6..7fb3fc7761 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")