guix-commits
[Top][All Lists]
Advanced

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

89/93: gnu: Add texlive-xintsession.


From: guix-commits
Subject: 89/93: gnu: Add texlive-xintsession.
Date: Thu, 20 Jul 2023 05:21:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d70b22da94973513e618d763d7016295271609c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:09:30 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 10c9a19571..dacc94fba6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4017,6 +4017,32 @@ to produce a (perhaps) surprising typeset document.")
 xii-lat.tex} to produce a (perhaps) surprising typeset document.")
     (license license:lppl)))
 
+(define-public texlive-xintsession
+  (package
+    (name "texlive-xintsession")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/xintsession/"
+                   "tex/plain/xintsession/")
+             (base32
+              "0rd2jmq62ariq73qwch1hz1jmzdw6sn48ngh64pgm6qkqbpddxkv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xintsession";)
+    (synopsis
+     "Interactive computing sessions (fractions, floating points, 
polynomials)")
+    (description
+     "This package provides support for interactive computing sessions with
+e-TeX (or pdfTeX) executed on the command line.  Once @code{xintsession} is
+loaded, e-TeX becomes an interactive computing software capable of executing
+arbitrary precision calculations, or exact calculations with arbitrarily big
+fractions.  It can also manipulate polynomials as algebraic entities.
+Numerical variables and functions can be defined during the session, and each
+evaluation result is stored in automatically labeled variables.  A file is
+automatically created storing inputs and outputs.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-lcdftypetools
   (package
     (name "texlive-lcdftypetools")



reply via email to

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