me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-punknova.

* gnu/packages/tex.scm (texlive-punknova): New variable.
Nicolas Goaziou 2023-08-21 12:54:01 +02:00
parent 991b989c1b
commit 47a5ed806d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -21892,6 +21892,27 @@ Although that bundle also offers support within LaTeX; the present package is
to be preferred.") to be preferred.")
(license license:gpl3+))) (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 (define-public texlive-pythonhighlight
(package (package
(name "texlive-pythonhighlight") (name "texlive-pythonhighlight")