ngz pushed a commit to branch master
in repository guix.
commit 9a717b6f60c7a6647574d6f0d0c3dc466e8b379c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:11:19 2023 +0200
gnu: Add texlive-ebgaramond-maths.
* gnu/packages/tex.scm (texlive-ebgaramond-maths): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e05186c16c..5f131a13fd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10654,6 +10654,28 @@ XeLaTeX and LuaLaTeX users; configuration files for
use with @code{microtype}
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")