gnu: Add texlive-toolbox.

* gnu/packages/tex.scm (texlive-toolbox): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:03:34 +02:00
parent a3689883d4
commit 7499f0f7a5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -98424,6 +98424,28 @@ (define-public texlive-tokenizer
is defined, which removes leading and trailing spaces from its argument.")
(license license:lppl)))
(define-public texlive-toolbox
(package
(name "texlive-toolbox")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/toolbox/" "source/latex/toolbox/"
"tex/latex/toolbox/")
(base32
"08l1hn7ag065lmjlnap1kpa6xqppk24k81y0vm1ka45idwxi08ih")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/toolbox")
(synopsis "Tool macros")
(description
"This package provides some macros convenient for writing indexes,
glossaries, or other macros. It contains macros which support: implicit
macros; fancy optional arguments; loops over tokenlists and itemlists;
searching and splitting; controlled expansion; redefinition of macros; and
concatenated macro names; macros for text replacement.")
(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