gnu: Add texlive-table-fct.

* gnu/packages/tex.scm (texlive-table-fct): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:30:14 +02:00
parent 96a7f62b6e
commit c38fb4ad86
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4103,6 +4103,26 @@ (define-public texlive-syntaxdi
known as railroad diagrams.")
(license license:lppl1.3+)))
(define-public texlive-table-fct
(package
(name "texlive-table-fct")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/table-fct/"
"tex/latex/table-fct/")
(base32
"1l21dvfp4ypbfn5jvyrb2kwg8s8xfvcwlwxgcyix2ghawv9gsp7m")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/table-fct")
(synopsis
"Draw a variations table of functions and a convexity table of its graph")
(description
"This package offers two environnements, to draw variations table of
a function and a convexity table of its graph.")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")