guix-commits
[Top][All Lists]
Advanced

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

140/306: gnu: Add texlive-gfsbodoni.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4815e391cd..cdc02c8f97 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12982,6 +12982,36 @@ Greek and Latin alphabets.  LaTeX support is provided, 
using the OT1, T1 and
 LGR encodings.")
     (license (list license:silofl1.1 license:lppl1.0+))))
 
+(define-public texlive-gfsbodoni
+  (package
+    (name "texlive-gfsbodoni")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/gfsbodoni/"
+                   "fonts/afm/public/gfsbodoni/"
+                   "fonts/enc/dvips/gfsbodoni/"
+                   "fonts/map/dvips/gfsbodoni/"
+                   "fonts/opentype/public/gfsbodoni/"
+                   "fonts/tfm/public/gfsbodoni/"
+                   "fonts/type1/public/gfsbodoni/"
+                   "fonts/vf/public/gfsbodoni/"
+                   "tex/latex/gfsbodoni/")
+             (base32
+              "0a4l6ijf7lqb8g7cz1fly3c73aq14pybr0cvpn86lsw3sg7cy9jk")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/gfsbodoni";)
+    (synopsis "Greek and Latin font based on Bodoni")
+    (description
+     "Bodoni's Greek fonts in the 18th century broke, for the first time,
+with the Byzantine cursive tradition of Greek fonts.  GFS Bodoni resurrects
+his work for general use.  The font family supports both Greek and Latin
+letters.  LaTeX support of the fonts is provided, offering OT1, T1 and LGR
+encodings.  The fonts themselves are provided in Adobe Type 1 and OpenType
+formats.")
+    (license license:silofl1.1)))
+
 (define-public texlive-ghab
   (package
     (name "texlive-ghab")



reply via email to

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