[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
185/245: gnu: Add texlive-resolsysteme.
From: |
guix-commits |
Subject: |
185/245: gnu: Add texlive-resolsysteme. |
Date: |
Sun, 30 Jul 2023 13:47:02 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b4fd27a7e15b94d3d495dc79b99e621b2efeb8e8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:44:13 2023 +0200
gnu: Add texlive-resolsysteme.
* gnu/packages/tex.scm (texlive-resolsysteme): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2c3e33a3c4..58b81fac80 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5787,6 +5787,36 @@ functionals, c.e.@: sets, stagewise computations,
forcing and syntactic
classes.")
(license license:public-domain)))
+(define-public texlive-resolsysteme
+ (package
+ (name "texlive-resolsysteme")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/resolsysteme/"
+ "tex/latex/resolsysteme/")
+ (base32
+ "0g51cmjd5gs0p198sb8v95l8jra6cv6smz2068b1pdpv1fqpmjfv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/resolsysteme")
+ (synopsis "Work on linear systems using xint or pyluatex")
+ (description
+ "This package provides some commands (in French) to perform calculations
+on small (2x2 or 3x3 or 4x4) linear systems, with @code{xint} or
+@code{pyluatex}:
+
+@itemize
+@item @code{\\DetMatrice} or @code{\\DetMatricePY} to diplay the determinant
+of a matrix;
+@item @code{\\MatriceInverse} or @code{\\MatriceInversePY} to display the
+inverse of a matrix;
+@item @code{\\SolutionSysteme} or @code{\\SolutionSystemePY} to display the
+solution of a linear system;
+@item @dots{}
+@end itemize")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 187/245: gnu: Add texlive-revquantum., (continued)
- 187/245: gnu: Add texlive-revquantum., guix-commits, 2023/07/30
- 218/245: gnu: Add texlive-subtext., guix-commits, 2023/07/30
- 240/245: gnu: Add texlive-yhmath., guix-commits, 2023/07/30
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30
- 243/245: gnu: Add texlive-ytableau., guix-commits, 2023/07/30
- 210/245: gnu: Add texlive-statistics., guix-commits, 2023/07/30
- 181/245: gnu: Add texlive-qsharp., guix-commits, 2023/07/30
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30
- 197/245: gnu: Add texlive-shuffle., guix-commits, 2023/07/30
- 230/245: gnu: Add texlive-thermodynamics., guix-commits, 2023/07/30
- 185/245: gnu: Add texlive-resolsysteme.,
guix-commits <=
- 194/245: gnu: Add texlive-scratchx., guix-commits, 2023/07/30
- 207/245: gnu: Add texlive-stanli., guix-commits, 2023/07/30
- 198/245: gnu: Add texlive-simplebnf., guix-commits, 2023/07/30
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30