gnu: Add texlive-askinclude.

* gnu/packages/tex.scm (texlive-askinclude): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:43:57 +02:00
parent eec5ce02ea
commit 624056ff53
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -73150,6 +73150,27 @@ (define-public texlive-asciilist
environments and the appearance of the typeset results.")
(license license:lppl1.2+)))
(define-public texlive-askinclude
(package
(name "texlive-askinclude")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/askinclude/"
"source/latex/askinclude/"
"tex/latex/askinclude/")
(base32
"0bygb2xlxmazjv3ihag1j4xa8mdrj6n3wmrf0qsz8fksfajxmxks")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/askinclude")
(synopsis "Interactive use of @code{\\includeonly}")
(description
"The package asks the user which files to put in a @code{\\includeonly}
command. There is provision for answering ``same as last time'' or ``all
files''.")
(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