From f380d8cc7aaebc3a218c740a15d64a854126170a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:14:19 +0200 Subject: [PATCH] gnu: Add texlive-erewhon-math. * gnu/packages/tex.scm (texlive-erewhon-math): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 18c5cee725..80ae28a043 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11395,6 +11395,26 @@ (define-public texlive-erewhon Heuristica, matching that of UtopiaStd.") (license (list license:silofl1.1 license:lppl1.3+)))) +(define-public texlive-erewhon-math + (package + (name "texlive-erewhon-math") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/erewhon-math/" + "fonts/opentype/public/erewhon-math/" + "tex/latex/erewhon-math/") + (base32 + "03p3aiw4ha3rkb6z4z2nwmwv18krkii989a8dvqgignbh9100ck8"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/erewhon-math") + (synopsis "Utopia based OpenType math font") + (description + "Erewhon Math is an OpenType version of the Fourier Type1 fonts designed +by Michel Bovani.") + (license (list license:silofl1.1 license:lppl1.3+)))) + (define-public texlive-euclideangeometry (package (name "texlive-euclideangeometry")