me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-erewhon-math.

* gnu/packages/tex.scm (texlive-erewhon-math): New variable.
Nicolas Goaziou 2023-08-21 12:14:19 +02:00
parent 789dfb4e05
commit f380d8cc7a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -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")