[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/245: gnu: Add texlive-polexpr.
From: |
guix-commits |
Subject: |
172/245: gnu: Add texlive-polexpr. |
Date: |
Sun, 30 Jul 2023 13:46:58 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit bcd1a46cd8d92f747ac5f76d8f9128a6cc2085f7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:41:31 2023 +0200
gnu: Add texlive-polexpr.
* gnu/packages/tex.scm (texlive-polexpr): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 18ca9ae1d0..87834c37e8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5519,6 +5519,29 @@ only a maximum of such alphabets. The necessary user
macros are defined for
typsetting common math symbols that require special ISO treatment.")
(license license:lppl1.3c)))
+(define-public texlive-polexpr
+ (package
+ (name "texlive-polexpr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/polexpr/"
+ "tex/generic/polexpr/")
+ (base32
+ "09lryzizy59aaq92m2rzryxf0q0b9wqhrm258q1kqgm0sd2z6pn3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/polexpr")
+ (synopsis "Parser for polynomial expressions")
+ (description
+ "The package provides a parser @code{\\poldef} of algebraic polynomial
+expressions. Once defined, a polynomial is usable by its name either as
+a numerical function in @code{\\xintexpr} or @code{\\xinteval}, or for
+additional polynomial definitions, or as argument to the package macros. The
+localization of real roots to arbitrary precision as well as the determination
+of all rational roots is implemented via such macros.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 148/245: gnu: Add texlive-naive-ebnf., (continued)
- 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, 2023/07/30
- 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 <=
- 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
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30