guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

145/306: gnu: Add texlive-gfsneohellenicmath.


From: guix-commits
Subject: 145/306: gnu: Add texlive-gfsneohellenicmath.
Date: Mon, 21 Aug 2023 10:36:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c7a3aeb35c64f89492e0318146607e3b94bf0049
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]