gnu: Add texlive-table-fct.
* gnu/packages/tex.scm (texlive-table-fct): New variable.
This commit is contained in:
parent
96a7f62b6e
commit
c38fb4ad86
1 changed files with 20 additions and 0 deletions
|
|
@ -4103,6 +4103,26 @@ Files of current world and Canadian records are included.")
|
||||||
known as railroad diagrams.")
|
known as railroad diagrams.")
|
||||||
(license license:lppl1.3+)))
|
(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
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
|
||||||
Reference in a new issue