guix-commits
[Top][All Lists]
Advanced

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

269/306: gnu: Add texlive-stepgreek.


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

ngz pushed a commit to branch master
in repository guix.

commit 4b35360513a24d441e05280a0a70b1c7be7b5523
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:59:22 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d533435123..093b21f426 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23874,6 +23874,33 @@ Linotype Times, commonly used in publishing.  Type 1 
support is provided for
 legacy TeX engines.")
     (license license:silofl1.1)))
 
+(define-public texlive-stepgreek
+  (package
+    (name "texlive-stepgreek")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/stepgreek/"
+                   "fonts/enc/dvips/stepgreek/"
+                   "fonts/map/dvips/stepgreek/"
+                   "fonts/tfm/public/stepgreek/"
+                   "fonts/type1/public/stepgreek/"
+                   "fonts/vf/public/stepgreek/"
+                   "tex/latex/stepgreek/")
+             (base32
+              "00yh96gdk854yg61hgl7n938lyw11v9kdmwl7klriyq7wjy0zcaw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/stepgreek";)
+    (synopsis "Times/Elsevier-style Greek font")
+    (description
+     "This is a beta version of the STEP Greek font.  Only a regular face is
+available at present, though there are plans to add italic, bold and bold
+italic in the future.  The font only supports LGR in TeX and is meant to serve
+as a Greek complement to a Times-like font such as STEP.  The font supports
+polytonic Greek.")
+    (license license:silofl1.1)))
+
 (define-public texlive-structmech
   (package
     (name "texlive-structmech")



reply via email to

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