gnu: Add texlive-dowith.

* gnu/packages/tex.scm (texlive-dowith): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:47:16 +02:00
parent bac73b47bd
commit a4da766149
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1590,6 +1590,28 @@ (define-public texlive-dosepsbin
a file, in particular providing a text'-form EPS file for use with (La)TeX.")
(license license:artistic2.0)))
(define-public texlive-dowith
(package
(name "texlive-dowith")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/dowith/"
"source/generic/dowith/"
"tex/generic/dowith/")
(base32
"1qlrcjac1qszgrap5v4g0d27g9k5ajqgyy493hmc9yh5wa9wmkmp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dowith")
(synopsis "Apply a command to a list of items")
(description
"The package provides macros for applying a command to all elements of
a list without separators, and also for extending and reducing macros storing
such lists. Applications in mind belonged to LaTeX, but the package should
work with other formats as well.")
(license license:lppl1.3+)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")