[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
156/245: gnu: Add texlive-numerica.
From: |
guix-commits |
Subject: |
156/245: gnu: Add texlive-numerica. |
Date: |
Sun, 30 Jul 2023 13:46:55 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d3b7c6e8218910082b591a970e9e87d3af34df78
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:36:01 2023 +0200
gnu: Add texlive-numerica.
* gnu/packages/tex.scm (texlive-numerica): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dcea01136e..1390d4802b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5162,6 +5162,28 @@ mass and energy data in LaTeX documents. It uses the
PythonTeX package and
requires @command{pythontex} to be called with the TeX file as the argument.")
(license license:lppl1.3+)))
+(define-public texlive-numerica
+ (package
+ (name "texlive-numerica")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/numerica/" "tex/latex/numerica/")
+ (base32
+ "1dx2nl8p910m8hm7jr9zh6kbpyyxgvz15ya7ppb2d7ilybfg3qqv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/numerica")
+ (synopsis "Numerically evaluate mathematical expressions in LaTeX form")
+ (description
+ "This package defines a command to wrap around a mathematical expression
+in its LaTeX form and, once values are assigned to variables, numerically
+evaluate it. The intent is to avoid the need to modify the LaTeX form of the
+expression being evaluated. For programs with a preview facility like LyX, or
+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-bibtex8
(package
(name "texlive-bibtex8")
- 144/245: gnu: Add texlive-miller., (continued)
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 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 <=
- 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, 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