guix-commits
[Top][All Lists]
Advanced

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

144/306: gnu: Add texlive-gfsneohellenic.


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

ngz pushed a commit to branch master
in repository guix.

commit f5f418856ffb4c8fb8232ffeee920953fa175984
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:21:55 2023 +0200

    gnu: Add texlive-gfsneohellenic.
    
    * gnu/packages/tex.scm (texlive-gfsneohellenic): New variable.
---
 gnu/packages/tex.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2946006bd8..c4402984d6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13090,6 +13090,35 @@ OT1, T1, TS1, and LGR encodings.")
 engines.")
     (license license:silofl1.1)))
 
+(define-public texlive-gfsneohellenic
+  (package
+    (name "texlive-gfsneohellenic")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/gfsneohellenic/"
+                   "fonts/afm/public/gfsneohellenic/"
+                   "fonts/enc/dvips/gfsneohellenic/"
+                   "fonts/map/dvips/gfsneohellenic/"
+                   "fonts/opentype/public/gfsneohellenic/"
+                   "fonts/tfm/public/gfsneohellenic/"
+                   "fonts/type1/public/gfsneohellenic/"
+                   "fonts/vf/public/gfsneohellenic/"
+                   "tex/latex/gfsneohellenic/")
+             (base32
+              "109zgqj63ffryy42zi64p6r37jmzj5ma3d8bgn7mz3gc2scr1bpc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/gfsneohellenic";)
+    (synopsis "Font in the Neo-Hellenic style")
+    (description
+     "The Neo-Hellenic style evolved in academic circles in the 19th and 20th
+century; the present font follows a cut commissioned from Monotype in 1927.
+The font supports both Greek and Latin characters, and has been adjusted to
+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-ghab
   (package
     (name "texlive-ghab")



reply via email to

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