ngz pushed a commit to branch master
in repository guix.

commit 47a5ed806db3360fac92ac317ce9d5ccbc9fe99f
Author: Nicolas Goaziou <[email protected]>
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