From 3165b4d46b73927e75b16b69fe6051c26522961b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 30 Jul 2023 16:54:00 +0200 Subject: gnu: Add texlive-tablor. * gnu/packages/tex.scm (texlive-tablor): New variable. --- gnu/packages/tex.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7d348e3118..4c9946c229 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6618,6 +6618,28 @@ (define-public texlive-t-angles ConTeXt) it may also be used with pdfLaTeX.") (license license:gpl3+))) +(define-public texlive-tablor + (package + (name "texlive-tablor") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/tablor/" "tex/latex/tablor/") + (base32 + "1qacb25whzxwn85cxq1fa5rklq5fm06g6i5x88qymm8yaq1yxa71"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tablor") + (synopsis "Create tables of signs and of variations") + (description + "The package allows the user to use the computer algebra system XCAS to +generate tables of signs and of variations (the actual plotting of the tables +uses the MetaPost macro package tableauVariations). Tables with forbidden +regions may be developed using the package. A configuration file permits some +configuration of the language to be used in the diagrams. The @code{tablor} +package requires that shell escape be enabled.") + (license license:lppl))) + (define-public texlive-bibtex8 (package (name "texlive-bibtex8") -- cgit v1.2.3