gnu: Add texlive-newfile.

* gnu/packages/tex.scm (texlive-newfile): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:56:32 +02:00
parent b00bf4251d
commit aeac2a61d6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -90013,6 +90013,27 @@ (define-public texlive-newenviron
"The package offers tools for collecting and executing an environment's body.")
(license license:lppl1.3+)))
(define-public texlive-newfile
(package
(name "texlive-newfile")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/newfile/" "source/latex/newfile/"
"tex/latex/newfile/")
(base32
"1sqn7yylhzi6q2bvnbcvh79ljk7afqn99hjnqk3l6ys48vq2cgkc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/newfile")
(synopsis "User level management of LaTeX input and output")
(description
"This package defines commands to manage the limited pool of input and output
handles provided by TeX. The streams so provided are mapped to various of the
LaTeX input and output mechanisms. Some facilities of the @code{verbatim}
package are also mapped.")
(license license:lppl)))
;;;
;;; 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