guix-commits
[Top][All Lists]
Advanced

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

244/306: gnu: Add texlive-punk.


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

ngz pushed a commit to branch master
in repository guix.

commit 6e2e690d65ca47ecfb61fb52f70f4c3daf0b9902
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:53:18 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c1996cd5b8..e729df3cf6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21847,6 +21847,31 @@ as a result, some of the descriptions of limitations 
look rather quaint to
 modern eyes.")
     (license license:lppl)))
 
+(define-public texlive-punk
+  (package
+    (name "texlive-punk")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/punk/"
+                   "fonts/source/public/punk/"
+                   "fonts/tfm/public/punk/")
+             (base32
+              "0ncarqjmwrsiw65p7mr44gjy0h90q5hw5n4jb5y2fxr1kgbzmz1p")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/punk";)
+    (synopsis "Donald Knuth's Punk font")
+    (description
+     "This package provides a response to the assertion in a lecture that
+``typography tends to lag behind other stylistic changes by about 10 years''.
+Knuth felt it was (in 1988) time to design a replacement for his designs of
+the 1970s, and came up with the Punk font!  The fonts are distributed as
+Metafont source.  The package also offers LaTeX support for them, although
+@code{punk-latex} is a better choice.")
+    (license license:knuth)))
+
 (define-public texlive-pythonhighlight
   (package
     (name "texlive-pythonhighlight")



reply via email to

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