gnu: Add texlive-tkz-euclide.

* gnu/packages/tex.scm (texlive-tkz-euclide): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:51:11 +02:00
parent 3f5b283875
commit 83341d33ff
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5424,6 +5424,26 @@ (define-public texlive-tkz-doc
@code{tkz-linknodes}, and @code{tkz-tab}.")
(license license:lppl1.3+)))
(define-public texlive-tkz-euclide
(package
(name "texlive-tkz-euclide")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tkz-euclide/"
"tex/latex/tkz-euclide/")
(base32
"0ykhhyvrjy2q731m8dm2k73kiddy1xnznhsayyid4yjjnwdqq1bw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tkz-euclide")
(synopsis "Tools for drawing Euclidean geometry")
(description
"The @code{tkz-euclide} package is a set of files designed to give math
teachers and students easy access to the programming of Euclidean geometry
with TikZ.")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")