guix-commits
[Top][All Lists]
Advanced

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

221/245: gnu: Add texlive-sympytexpackage.


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

ngz pushed a commit to branch master
in repository guix.

commit 9dbc4e34a1507c768e2f3cb57e6082c70024ae4d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:53:10 2023 +0200

    gnu: Add texlive-sympytexpackage.
    
    * gnu/packages/tex.scm (texlive-sympytexpackage): 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 028610abb1..67577bb233 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6554,6 +6554,28 @@ syllogisms and syllogistic-like arguments, composed of 
two premises and
 a conclusion.")
     (license license:lppl)))
 
+(define-public texlive-sympytexpackage
+  (package
+    (name "texlive-sympytexpackage")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/sympytexpackage/"
+                   "scripts/sympytexpackage/"
+                   "source/latex/sympytexpackage/"
+                   "tex/latex/sympytexpackage/")
+             (base32
+              "0ph8pldk2f477dm79vf5vrismfy8w1p2m455qfjqm7p704jm1pr3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sympytex";)
+    (synopsis "Include symbolic computation (using @code{sympy}) in documents")
+    (description
+     "The bundle supports inclusion of symbolic-python (@code{sympy})
+expressions, as well as graphical output from the @code{sympy} plotting
+module (or from Matplotlib).")
+    (license license:gpl2)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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