gnu: Add texlive-ebgaramond-maths.

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

View file

@ -10654,6 +10654,28 @@ (define-public texlive-ebgaramond
are provided.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-ebgaramond-maths
(package
(name "texlive-ebgaramond-maths")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/ebgaramond-maths/"
"fonts/enc/dvips/ebgaramond-maths/"
"fonts/map/dvips/ebgaramond-maths/"
"fonts/tfm/public/ebgaramond-maths/"
"tex/latex/ebgaramond-maths/")
(base32
"0rjrf360d7nsny4cxn5fa0gwpph28cx0v9mrr20sbx1vrv9aqvp9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ebgaramond-maths")
(synopsis "LaTeX support for EBGaramond fonts in mathematics")
(description
"This package provides some LaTeX support for the use of EBGaramond12 in
mathematics.")
(license license:lppl1.3+)))
(define-public texlive-ecltree
(package
(name "texlive-ecltree")