guix-commits
[Top][All Lists]
Advanced

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

245/306: gnu: Add texlive-punk-latex.


From: guix-commits
Subject: 245/306: gnu: Add texlive-punk-latex.
Date: Mon, 21 Aug 2023 10:36:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 991b989c1b542f2cbb80fba7fa9cd20ec439b53f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:53:30 2023 +0200

    gnu: Add texlive-punk-latex.
    
    * gnu/packages/tex.scm (texlive-punk-latex): 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 e729df3cf6..8c799761b7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21872,6 +21872,26 @@ Metafont source.  The package also offers LaTeX 
support for them, although
 @code{punk-latex} is a better choice.")
     (license license:knuth)))
 
+(define-public texlive-punk-latex
+  (package
+    (name "texlive-punk-latex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/punk-latex/"
+                   "tex/latex/punk-latex/")
+             (base32
+              "1gkbv3fwlfq8f3nn9zibhzwa5xw2scaf3xnkvlbxqcslmi129b2l")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/punk-latex";)
+    (synopsis "LaTeX support for Punk fonts")
+    (description
+     "The package and @file{.fd} file provide support for Knuth's Punk fonts.
+Although that bundle also offers support within LaTeX; the present package is
+to be preferred.")
+    (license license:gpl3+)))
+
 (define-public texlive-pythonhighlight
   (package
     (name "texlive-pythonhighlight")



reply via email to

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