me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-euxm.

* gnu/packages/tex.scm (texlive-euxm): New variable.
Nicolas Goaziou 2023-08-21 12:15:34 +02:00
parent 89b198c369
commit 17ff9c1a4d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -11567,6 +11567,25 @@ maths font. A style file @file{euler-math.sty} is provided as a replacement
of the @code{eulervm} package for LuaLaTeX and XeLaTeX users.")
(license (list license:silofl1.1 license:lppl1.3+))))
(define-public texlive-euxm
(package
(name "texlive-euxm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "fonts/source/public/euxm/"
"fonts/tfm/public/euxm/")
(base32
"10dqknqlqrga9m2lgd74zx5hk4qcbkfvlzjgr304p94w3k7pclqc")))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/euxm")
(synopsis "Extended Euler")
(description
"This package extends Euler font to include two additional characters
needed for Concrete Math.")
(license license:knuth)))
(define-public texlive-evangelion-jfm
(package
(name "texlive-evangelion-jfm")