guix-commits
[Top][All Lists]
Advanced

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

246/306: gnu: Add texlive-punknova.


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

ngz pushed a commit to branch master
in repository guix.

commit 47a5ed806db3360fac92ac317ce9d5ccbc9fe99f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:54:01 2023 +0200

    gnu: Add texlive-punknova.
    
    * gnu/packages/tex.scm (texlive-punknova): 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 8c799761b7..4573766028 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21892,6 +21892,27 @@ Although that bundle also offers support within LaTeX; 
the present package is
 to be preferred.")
     (license license:gpl3+)))
 
+(define-public texlive-punknova
+  (package
+    (name "texlive-punknova")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/punknova/"
+                   "fonts/opentype/public/punknova/")
+             (base32
+              "07g0j329bgyzn3f3ac8gf9m6jh6zpwirw5l72mzzm8n32sgajym0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/punknova";)
+    (synopsis "OpenType version of Knuth's Punk font")
+    (description
+     "Knuth's original Punk fonts generated different shapes at random.
+This isn't actually possible in an OpenType font; rather, the font contains
+several variants of each glyph, and uses the OpenType randomize function to
+select a variant for each invocation.")
+    (license license:knuth)))
+
 (define-public texlive-pythonhighlight
   (package
     (name "texlive-pythonhighlight")



reply via email to

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