guix-commits
[Top][All Lists]
Advanced

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

99/306: gnu: Add texlive-ebgaramond.


From: guix-commits
Subject: 99/306: gnu: Add texlive-ebgaramond.
Date: Mon, 21 Aug 2023 10:35:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-ebgaramond.
    
    * gnu/packages/tex.scm (texlive-ebgaramond): 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 0972cb5ce7..e05186c16c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10627,6 +10627,33 @@ Gaulle (now deceased), under a free licence.  It 
replaces the old full
 to the PGF mathematical engine.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ebgaramond
+  (package
+    (name "texlive-ebgaramond")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/ebgaramond/"
+                   "fonts/enc/dvips/ebgaramond/"
+                   "fonts/map/dvips/ebgaramond/"
+                   "fonts/opentype/public/ebgaramond/"
+                   "fonts/tfm/public/ebgaramond/"
+                   "fonts/type1/public/ebgaramond/"
+                   "fonts/vf/public/ebgaramond/"
+                   "tex/latex/ebgaramond/")
+             (base32
+              "1pa3zrlp9pr31mqir22nfz3rpvv63qnc85xi1bc8vw71pgfymdws")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ebgaramond";)
+    (synopsis "LaTeX support for EBGaramond fonts")
+    (description
+     "EB Garamond is a revival by Georg Duffner of the 16th century fonts
+designed by Claude Garamond.  The LaTeX support package works for (pdf)LaTeX,
+XeLaTeX and LuaLaTeX users; configuration files for use with @code{microtype}
+are provided.")
+    (license (list license:silofl1.1 license:lppl))))
+
 (define-public texlive-ecltree
   (package
     (name "texlive-ecltree")



reply via email to

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