mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-euler-math.
* gnu/packages/tex.scm (texlive-euler-math): New variable.
This commit is contained in:
parent
46c88a7e07
commit
89b198c369
1 changed files with 21 additions and 0 deletions
|
@ -11546,6 +11546,27 @@ (define-public texlive-euclideangeometry
|
|||
package.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-euler-math
|
||||
(package
|
||||
(name "texlive-euler-math")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/euler-math/"
|
||||
"fonts/opentype/public/euler-math/"
|
||||
"tex/latex/euler-math/")
|
||||
(base32
|
||||
"01vj4nqmac078176m3cj97lx4nnrs395208vxc6671c90fvirg1s")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/euler-math")
|
||||
(synopsis "OpenType version of Hermann Zapf's Euler maths font")
|
||||
(description
|
||||
"@file{Euler-Math.otf} is an OpenType version of Hermann Zapf's Euler
|
||||
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-evangelion-jfm
|
||||
(package
|
||||
(name "texlive-evangelion-jfm")
|
||||
|
|
Loading…
Reference in a new issue