From c38fb4ad865efd7dc5ebfd638a7b124be3716336 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:30:14 +0200 Subject: [PATCH] gnu: Add texlive-table-fct. * gnu/packages/tex.scm (texlive-table-fct): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e5cf8fa58f..1523b39b3b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4103,6 +4103,26 @@ Files of current world and Canadian records are included.") 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")