guix-commits
[Top][All Lists]
Advanced

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

280/306: gnu: Add texlive-termes-otf.


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

ngz pushed a commit to branch master
in repository guix.

commit e69821dbc58f9133473b3b8ee8fa0defde21c72b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:02:08 2023 +0200

    gnu: Add texlive-termes-otf.
    
    * gnu/packages/tex.scm (texlive-termes-otf): 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 4f5d5b6d98..5133f7bdc4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24574,6 +24574,26 @@ with mixed upper and lower indices with spacing, also 
typeset preposed
 indices.")
     (license license:lppl)))
 
+(define-public texlive-termes-otf
+  (package
+    (name "texlive-termes-otf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/termes-otf/"
+                   "tex/latex/termes-otf/")
+             (base32
+              "1z8a1d2k4170n14hf8faimwfd26cshsww1ypa8im937lna7c0j39")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/termes-otf";)
+    (synopsis "Using the OpenType fonts TeX Gyre Termes")
+    (description
+     "This package provides the OpenType version of the TeX Gyre Termes font,
+including text and math fonts.  The package needs LuaLaTeX or XeLaTeX.  The
+missing typefaces like bold math and slanted text are also defined.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-tex-ewd
   (package
     (name "texlive-tex-ewd")



reply via email to

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