gnu: Add texlive-highlightlatex.

* gnu/packages/tex.scm (texlive-highlightlatex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:52:25 +02:00
parent 223eb6c659
commit 1aa40cd567
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -84888,6 +84888,25 @@ (define-public texlive-hideanswer
to be printed on paper.")
(license license:expat)))
(define-public texlive-highlightlatex
(package
(name "texlive-highlightlatex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/highlightlatex/"
"tex/latex/highlightlatex/")
(base32
"078gfncpx7nxwz2xxhdb1a294bwmf3rh9rcqp664c5aj2q7ynvz0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/highlightlatex")
(synopsis "Syntax highlighting for LaTeX")
(description
"This package provides extensive colored syntax highlighting for LaTeX.
For this purpose it builds on the generic @code{listings} package.")
(license license:expat)))
;;;
;;; 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