[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
157/245: gnu: Add texlive-numerica-plus.
From: |
guix-commits |
Subject: |
157/245: gnu: Add texlive-numerica-plus. |
Date: |
Sun, 30 Jul 2023 13:46:56 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8500ee38444d8e134cadca2e546a9288cf29dca3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:36:11 2023 +0200
gnu: Add texlive-numerica-plus.
* gnu/packages/tex.scm (texlive-numerica-plus): 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 1390d4802b..f859d64acb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5184,6 +5184,26 @@ compile-as-you-go systems, interactive back-of-envelope
calculations and
numerical exploration are possible within the document being worked on.")
(license license:lppl1.3c)))
+(define-public texlive-numerica-plus
+ (package
+ (name "texlive-numerica-plus")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/numerica-plus/"
+ "tex/latex/numerica-plus/")
+ (base32
+ "070c2v4y6zwjbq6ydczbl1d86yzv5nvdw9grgcpl7kvf6w8i2d9d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/numerica-plus")
+ (synopsis "Iteration and recurrence relations")
+ (description
+ "The package defines commands to iterate functions of a single variable,
+find fixed points, zeros and extrema of such functions, and calculate the
+terms of recurrence relations.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 140/245: gnu: Add texlive-mgltex., (continued)
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30
- 154/245: gnu: Add texlive-nuc., guix-commits, 2023/07/30
- 149/245: gnu: Add texlive-namedtensor., guix-commits, 2023/07/30
- 152/245: gnu: Add texlive-nchairx., guix-commits, 2023/07/30
- 156/245: gnu: Add texlive-numerica., guix-commits, 2023/07/30
- 157/245: gnu: Add texlive-numerica-plus.,
guix-commits <=
- 151/245: gnu: Add texlive-nath., guix-commits, 2023/07/30
- 155/245: gnu: Add texlive-nucleardata., guix-commits, 2023/07/30
- 167/245: gnu: Add texlive-physconst., guix-commits, 2023/07/30
- 163/245: gnu: Add texlive-overarrows., guix-commits, 2023/07/30
- 172/245: gnu: Add texlive-polexpr., guix-commits, 2023/07/30
- 169/245: gnu: Add texlive-physunits., guix-commits, 2023/07/30
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30
- 174/245: gnu: Add texlive-principia., guix-commits, 2023/07/30
- 164/245: gnu: Add texlive-pascaltriangle., guix-commits, 2023/07/30
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30