mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-pythonhighlight.
* gnu/packages/tex.scm (texlive-pythonhighlight): New variable.
This commit is contained in:
parent
311676f83d
commit
a00b83b2f1
1 changed files with 20 additions and 0 deletions
|
@ -5687,6 +5687,26 @@ (define-public texlive-pseudocode
|
||||||
algorithms in a natural manner.")
|
algorithms in a natural manner.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-pythonhighlight
|
||||||
|
(package
|
||||||
|
(name "texlive-pythonhighlight")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/pythonhighlight/"
|
||||||
|
"tex/latex/pythonhighlight/")
|
||||||
|
(base32
|
||||||
|
"1grvq2sih8klkvzgyrc4fpalv7q670l9q00vs8293n698bhmn72g")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pythonhighlight")
|
||||||
|
(synopsis
|
||||||
|
"Highlighting of Python code, based on the @code{listings} package")
|
||||||
|
(description
|
||||||
|
"This package allows highlighting of Python code, based on the
|
||||||
|
@code{listings} package.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue