gnu: Add texlive-ebgaramond.

* gnu/packages/tex.scm (texlive-ebgaramond): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:11:09 +02:00
parent 7704b3f5fd
commit cad75541a2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10627,6 +10627,33 @@ (define-public texlive-easing
to the PGF mathematical engine.")
(license license:lppl1.3+)))
(define-public texlive-ebgaramond
(package
(name "texlive-ebgaramond")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/ebgaramond/"
"fonts/enc/dvips/ebgaramond/"
"fonts/map/dvips/ebgaramond/"
"fonts/opentype/public/ebgaramond/"
"fonts/tfm/public/ebgaramond/"
"fonts/type1/public/ebgaramond/"
"fonts/vf/public/ebgaramond/"
"tex/latex/ebgaramond/")
(base32
"1pa3zrlp9pr31mqir22nfz3rpvv63qnc85xi1bc8vw71pgfymdws")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ebgaramond")
(synopsis "LaTeX support for EBGaramond fonts")
(description
"EB Garamond is a revival by Georg Duffner of the 16th century fonts
designed by Claude Garamond. The LaTeX support package works for (pdf)LaTeX,
XeLaTeX and LuaLaTeX users; configuration files for use with @code{microtype}
are provided.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-ecltree
(package
(name "texlive-ecltree")