mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: Add texlive-tkz-fct.
* gnu/packages/tex.scm (texlive-tkz-fct): New variable.
This commit is contained in:
parent
83341d33ff
commit
2039548b66
1 changed files with 19 additions and 0 deletions
|
@ -5444,6 +5444,25 @@ (define-public texlive-tkz-euclide
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue