guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

125/306: gnu: Add texlive-firamath-otf.


From: guix-commits
Subject: 125/306: gnu: Add texlive-firamath-otf.
Date: Mon, 21 Aug 2023 10:36:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b84184430d64ac4c500140b539e16cdee06f2bdf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:17:02 2023 +0200

    gnu: Add texlive-firamath-otf.
    
    * gnu/packages/tex.scm (texlive-firamath-otf): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 32f687e2d0..1f0f220a9e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12041,6 +12041,25 @@ XeLaTeX or LuaLaTeX.  More support is offered by the 
@code{firamath-otf}
 package.")
     (license license:silofl1.1)))
 
+(define-public texlive-firamath-otf
+  (package
+    (name "texlive-firamath-otf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/firamath-otf/"
+                   "tex/latex/firamath-otf/")
+             (base32
+              "1ai8qsxx6laxl12n2fivl08xywzf1y8rd2n839v8z5bjfsjznqk6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/firamath-otf";)
+    (synopsis "Use OpenType math font Fira Math")
+    (description
+     "The package offers XeTeX and LuaTeX support for the sans serif OpenType
+Fira Math font.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-fixdif
   (package
     (name "texlive-fixdif")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]