me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hvpygmentex.

* gnu/packages/tex.scm (texlive-hvpygmentex): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:39 +02:00
parent 6ae0e428be
commit e0984c500a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -85180,6 +85180,27 @@ to type it once; the package makes sure it is both typeset and indexed.")
@code{hologo}. It prints TeX-related names as logos.")
(license license:lppl)))
(define-public texlive-hvpygmentex
(package
(name "texlive-hvpygmentex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hvpygmentex/"
"tex/latex/hvpygmentex/")
(base32
"0i63wq2bshswxg0ccxn18bqcs1v79wziazihs2bg6jcs4ns12y40")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hvpygmentex")
(synopsis "Syntax-highlighting of program code")
(description
"The package is based on @code{pygmentex} but provides an automatic run from
within the document itself, with the option @code{--shell-escape}. It does
not need the additional action by the user to run the external program
pygmentize to create the code snippets.")
(license license:lppl1.3c)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar