me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tkz-fct.

* gnu/packages/tex.scm (texlive-tkz-fct): New variable.
Nicolas Goaziou 2023-07-13 10:51:24 +02:00
parent 83341d33ff
commit 2039548b66
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

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