gnu: Add texlive-parselines.

* gnu/packages/tex.scm (texlive-parselines): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:57:41 +02:00
parent 7a5ef24572
commit 4197f59e0a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -91446,6 +91446,27 @@ (define-public texlive-parsa
Iranian universities as fast and as efficiently as possible.")
(license license:lppl1.3c)))
(define-public texlive-parselines
(package
(name "texlive-parselines")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/parselines/"
"source/latex/parselines/"
"tex/latex/parselines/")
(base32
"11gmlsw6m86wqdzfah2qgr43mxnr7cwk73fxwv8nd47pxcfb9cvj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/parselines")
(synopsis "Apply a macro to each line of an environment")
(description
"The package defines an environment @code{parse lines} which processes each
line of an environment with a macro. An example of shading the lines of an
environment is given.")
(license license:lppl1.3+)))
;;;
;;; 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