me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-punk-latex.

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

View File

@ -21872,6 +21872,26 @@ Metafont source. The package also offers LaTeX support for them, although
@code{punk-latex} is a better choice.") @code{punk-latex} is a better choice.")
(license license:knuth))) (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 (define-public texlive-pythonhighlight
(package (package
(name "texlive-pythonhighlight") (name "texlive-pythonhighlight")