ngz pushed a commit to branch master
in repository guix.
commit f380d8cc7aaebc3a218c740a15d64a854126170a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:14:19 2023 +0200
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 @@ 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-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")