guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

224/245: gnu: Add texlive-tablor.


From: guix-commits
Subject: 224/245: gnu: Add texlive-tablor.
Date: Sun, 30 Jul 2023 13:47:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3165b4d46b73927e75b16b69fe6051c26522961b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:54:00 2023 +0200

    gnu: Add texlive-tablor.
    
    * gnu/packages/tex.scm (texlive-tablor): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

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 @@ including emTeX drivers, dviwin, xdvi and dvips, and 
(using some code from
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]