mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-punk-latex.
* gnu/packages/tex.scm (texlive-punk-latex): New variable.
This commit is contained in:
parent
6e2e690d65
commit
991b989c1b
1 changed files with 20 additions and 0 deletions
|
@ -21872,6 +21872,26 @@ (define-public texlive-punk
|
|||
@code{punk-latex} is a better choice.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-pythonhighlight")
|
||||
|
|
Loading…
Reference in a new issue