guix-commits
[Top][All Lists]
Advanced

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

160/306: gnu: Add texlive-heros-otf.


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

ngz pushed a commit to branch master
in repository guix.

commit 6cc0d7c04f0218c4553cdff740ae0d44bd182e83
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:25:16 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 66cebf69d4..8274ee1705 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14262,6 +14262,27 @@ adds a collection of useful @acronym{HEP, High Energy 
Physics} units to the
 existing SIunits set.")
     (license license:lppl)))
 
+(define-public texlive-heros-otf
+  (package
+    (name "texlive-heros-otf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/heros-otf/"
+                   "tex/latex/heros-otf/")
+             (base32
+              "17ac8a8r5hvf76lifap070c4746jdhva9arcn1s0bqrs6kydfm56")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/heros-otf";)
+    (synopsis "Using the OpenType fonts TeX Gyre Heros")
+    (description
+     "This package can only be used with LuaLaTeX or XeLaTeX.  It does the
+font setting for the OpenType font TeX Gyre Heros.  The condensed versions of
+the fonts are also supported.  The missing typefaces for slanted text are
+defined.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-hexboard
   (package
     (name "texlive-hexboard")



reply via email to

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