gnu: Add texlive-chemplants.

* gnu/packages/tex.scm (texlive-chemplants): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 13:13:07 +02:00
parent 01d27557e3
commit 0f5f2120a2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2402,6 +2402,27 @@ (define-public texlive-chemobabel
or @command{ps2eps} (optional; for cropping large margins of PDF/EPS).")
(license license:bsd-2)))
(define-public texlive-chemplants
(package
(name "texlive-chemplants")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/chemplants/"
"tex/latex/chemplants/")
(base32
"164g4wy0x7jqf5l7hzb05ir7yz130bw34b7pwr8bp4vcyp4wy3ai")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/chemplants")
(synopsis "Symbology to draw chemical plants with TikZ")
(description
"This package offers tools to draw simple or barely complex schemes of
chemical processes. The package defines several standard symbols and styles
to draw process units and streams. The guiding light of the package is the
UNICHIM regulation.")
(license license:lppl1.3c)))
(define-public texlive-chronosys
(package
(name "texlive-chronosys")