me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-catchfilebetweentags.

* gnu/packages/tex.scm (texlive-catchfilebetweentags): New variable.
master
Nicolas Goaziou 2023-08-29 15:45:29 +02:00
parent af02797316
commit b31cc986c3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -75350,6 +75350,28 @@ equation number plus a letter.")
use within a document.")
(license license:public-domain)))
(define-public texlive-catchfilebetweentags
(package
(name "texlive-catchfilebetweentags")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/catchfilebetweentags/"
"source/latex/catchfilebetweentags/"
"tex/latex/catchfilebetweentags/")
(base32
"11zkhb69gaabcdi1h41iz5yfkq90ch9zfkpnfqf1slvrfy8d8bzc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/catchfilebetweentags")
(synopsis "Catch text delimited by @code{docstrip} tags")
(description
"This package provides a macro @code{\\catchfilebetweentags} acts like the
original @code{\\catchfile} but only extracts a portion of the file instead of
the complete file. The extracted portion can be delimited by strings or by
docstrip tags.")
(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