gnu: Add texlive-tablor.

* gnu/packages/tex.scm (texlive-tablor): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:54:00 +02:00
parent 5421d1f236
commit 3165b4d46b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")