guix-commits
[Top][All Lists]
Advanced

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

304/306: gnu: Add texlive-zlmtt.


From: guix-commits
Subject: 304/306: gnu: Add texlive-zlmtt.
Date: Mon, 21 Aug 2023 10:37:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 29d6b0afe79b989b0c55a40e42de10dfaa096827
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:10:03 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 470bea41b6..a47fc16cc4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26399,6 +26399,24 @@ pgfkeys-enabled options are provided both at package 
load and configurably.")
 practicing sheets (copybooks).  Currently, only XeTeX is supported.")
     (license license:lppl1.3c)))
 
+(define-public texlive-zlmtt
+  (package
+    (name "texlive-zlmtt")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/zlmtt/" "tex/latex/zlmtt/")
+             (base32
+              "014zchb0s9fj33d6h8r851v7v4cvpqzd97xaq4nv2l1lnxlii536")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/zlmtt";)
+    (synopsis "Use Latin Modern Typewriter fonts")
+    (description
+     "The package allows selection of Latin Modern Typewriter fonts with
+scaling and access to all its features.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-zootaxa-bst
   (package
     (name "texlive-zootaxa-bst")



reply via email to

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