From 789dfb4e05d89b5b65eb6718ee610d8883741fb6 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:14:10 +0200 Subject: [PATCH] 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")