guix-commits
[Top][All Lists]
Advanced

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

90/93: gnu: Add texlive-xlop.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dacc94fba6..969c36d41e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4043,6 +4043,26 @@ evaluation result is stored in automatically labeled 
variables.  A file is
 automatically created storing inputs and outputs.")
     (license license:lppl1.3c)))
 
+(define-public texlive-xlop
+  (package
+    (name "texlive-xlop")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/xlop/" "tex/generic/xlop/")
+             (base32
+              "1yqks7jvb5ikg2xx038rsxbkhagms1zqjmipnv49rqliavcq03gj")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xlop";)
+    (synopsis "Calculate and display arithmetic operations")
+    (description
+     "Xlop (eXtra Large OPeration) will typeset arithmetic problems either
+in-line or as in school (using French school conventions).  Many other
+features allow to deal with numbers (tests, display, some high level
+operations, etc.)")
+    (license license:lppl1.3+)))
+
 (define-public texlive-lcdftypetools
   (package
     (name "texlive-lcdftypetools")



reply via email to

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