gnu: Add texlive-ketcindy.

* gnu/packages/tex.scm (texlive-ketcindy): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-16 17:11:44 +02:00
parent bb0a714271
commit f5cb25f113
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2455,6 +2455,29 @@ (define-public texlive-dvips
PostScript.")
(license license:lppl)))
(define-public texlive-ketcindy
(package
(name "texlive-ketcindy")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/ketcindy/" "scripts/ketcindy/"
"tex/latex/ketcindy/")
(base32
"0jy8fzfqwbmnza43j70c22wr0nvx9km8g4n5vcgnjvc6js2nyxas")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "ketcindy.pl")))
(inputs (list perl))
(home-page "https://ctan.org/pkg/ketcindy")
(synopsis "Macros for graphic generation and Cinderella plugin")
(description
"KETpic is a macro package designed for computer algebra systems (CAS) to
generate LaTeX source codes for high-quality mathematical artwork. KETcindy
is a plugin for Cinderella that allows to generate graphics using KETpic. The
generated code can be included in any LaTeX document.")
(license license:gpl3+)))
(define-public texlive-tex-ini-files
(package
(name "texlive-tex-ini-files")