gnu: Add texlive-templatetools.

* gnu/packages/tex.scm (texlive-templatetools): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:02:49 +02:00
parent 2af8a8101c
commit 5aa4f9a960
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -97555,6 +97555,27 @@ designed to work well even if strange tokens (that is, unusual
in the list.")
(license license:lppl)))
(define-public texlive-templatetools
(package
(name "texlive-templatetools")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/templatetools/"
"source/latex/templatetools/"
"tex/latex/templatetools/")
(base32
"02gi82iqbm568rvyqlmg61lzifxl32fd4cmgk5i4aiw93im0s1al")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/templatetools")
(synopsis "Commands useful in LaTeX templates")
(description
"The package provides a collection of tools, which are helpful for the
creation of a LaTeX template if conditional paths for code execution are
required. All the commands work both in the preamble and in the document.")
(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