mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: Add texlive-piton.
* gnu/packages/tex.scm (texlive-piton): New variable.
This commit is contained in:
parent
428c0277aa
commit
68fba23584
1 changed files with 20 additions and 0 deletions
|
@ -11877,6 +11877,26 @@ (define-public texlive-pgf
|
|||
|
||||
(define-deprecated-package texlive-latex-pgf texlive-pgf)
|
||||
|
||||
(define-public texlive-piton
|
||||
(package
|
||||
(name "texlive-piton")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/lualatex/piton/"
|
||||
"source/lualatex/piton/"
|
||||
"tex/lualatex/piton/")
|
||||
(base32
|
||||
"123ir1hnla5klkvb13qw1mkfnpbwk61lxli0851qf33g72c8qc4r")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/piton")
|
||||
(synopsis "Typeset Python listings with LPEG")
|
||||
(description
|
||||
"This package uses the Lua library LPEG to typeset and highlight Python
|
||||
listings.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-koma-script
|
||||
(package
|
||||
(name "texlive-koma-script")
|
||||
|
|
Loading…
Reference in a new issue