ngz pushed a commit to branch master
in repository guix.
commit 1479662a32968afa69215d45a344e6d421c21eab
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:16:53 2023 +0200
gnu: Add texlive-firamath.
* gnu/packages/tex.scm (texlive-firamath): 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 411062d79d..32f687e2d0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12019,6 +12019,28 @@ the PDF as file attachment annotations (by using Scott
Pakin's package
@code{attachfile}).")
(license license:lppl1.3+)))
+(define-public texlive-firamath
+ (package
+ (name "texlive-firamath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/firamath/"
+ "fonts/opentype/public/firamath/")
+ (base32
+ "0sc3ip9mvyqlbsj7vfcb1yaxlc32w18kqrqm051v5y2bbvp53s0p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/firamath")
+ (synopsis "Fira sans serif font with Unicode math support")
+ (description
+ "Fira Math is a sans-serif font with Unicode math support. The design of
+this font is based on Fira Sans and FiraGO. Fira Math is distributed in
+OpenType format and can be used with the @code{unicode-math} package under
+XeLaTeX or LuaLaTeX. More support is offered by the @code{firamath-otf}
+package.")
+ (license license:silofl1.1)))
+
(define-public texlive-fixdif
(package
(name "texlive-fixdif")