guix-commits
[Top][All Lists]
Advanced

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

111/306: gnu: Add texlive-erewhon.


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

ngz pushed a commit to branch master
in repository guix.

commit 789dfb4e05d89b5b65eb6718ee610d8883741fb6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:14:10 2023 +0200

    gnu: Add texlive-erewhon.
    
    * gnu/packages/tex.scm (texlive-erewhon): 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 b2bcd23120..18c5cee725 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11366,6 +11366,35 @@ standard @code{amsmath} numbered equation environments 
to throw a warning
 whenever this occurs.")
     (license license:lppl1.3+)))
 
+(define-public texlive-erewhon
+  (package
+    (name "texlive-erewhon")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/erewhon/"
+                   "fonts/afm/public/erewhon/"
+                   "fonts/enc/dvips/erewhon/"
+                   "fonts/map/dvips/erewhon/"
+                   "fonts/opentype/public/erewhon/"
+                   "fonts/tfm/public/erewhon/"
+                   "fonts/type1/public/erewhon/"
+                   "fonts/vf/public/erewhon/"
+                   "tex/latex/erewhon/")
+             (base32
+              "02qhg27y24b533gnx90f8a1b7j06i369qswmpccq5a6gaaab8xcv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/erewhon";)
+    (synopsis "Font package derived from Heuristica and Utopia")
+    (description
+     "Erewhon is based on the Heuristica package, which is based in turn on
+Utopia.  Erewhon adds a number of new features --- small caps in all styles
+rather than just regular, added figure styles (proportional, inferior,
+numerator, denominator) and superior letters.  The size is 6% smaller than
+Heuristica, matching that of UtopiaStd.")
+    (license (list license:silofl1.1 license:lppl1.3+))))
+
 (define-public texlive-euclideangeometry
   (package
     (name "texlive-euclideangeometry")



reply via email to

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