gnu: Add texlive-dratex.

* gnu/packages/tex.scm (texlive-dratex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-12 22:21:49 +02:00
parent 047c2c453b
commit b71f77dc96
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16855,6 +16855,24 @@ (define-public texlive-dpcircling
keys.")
(license license:expat)))
(define-public texlive-dratex
(package
(name "texlive-dratex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/dratex/" "tex/generic/dratex/")
(base32
"02qpchj2ws1d9d80284k7akzafbgdm358qxd41ms21rszyzdj11c")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dratex")
(synopsis "General drawing macros")
(description
"This package provides a low level (@file{DraTex.sty}) and
a high-level (@file{AlDraTex.sty}) drawing package written entirely in TeX.")
(license license:lppl)))
(define-public texlive-gates
(package
(name "texlive-gates")