ngz pushed a commit to branch master
in repository guix.
commit b9f894f044757638c24ea0be217c7abcd6f4d965
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:20:14 2023 +0200
gnu: Add texlive-garamond-math.
* gnu/packages/tex.scm (texlive-garamond-math): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5867a6bdb8..058d7db2f6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12787,6 +12787,26 @@ and inferior figures, historical ligatures, Byzantine
musical symbols, the IPA
and swash capitals.")
(license (list license:expat license:lppl))))
+(define-public texlive-garamond-math
+ (package
+ (name "texlive-garamond-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/garamond-math/"
+ "fonts/opentype/public/garamond-math/")
+ (base32
+ "1ay8qmcn8glzn0bpg4qqs3k6dr9h7lljal239qvxfvg1fzj76h4n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/garamond-math")
+ (synopsis "An OTF math font matching EB Garamond")
+ (description
+ "Garamond-Math is an OpenType math font matching EB Garamond (Octavio
+Pardo) and EB Garamond (Georg Mayr-Duffner). Many mathematical symbols are
+derived from other fonts, others are made from scratch.")
+ (license license:silofl1.1)))
+
(define-public texlive-gastex
(package
(name "texlive-gastex")