[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
155/245: gnu: Add texlive-nucleardata.
From: |
guix-commits |
Subject: |
155/245: gnu: Add texlive-nucleardata. |
Date: |
Sun, 30 Jul 2023 13:46:55 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f1045d22a4926c3023919d7e3250f08b6554c336
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:35:51 2023 +0200
gnu: Add texlive-nucleardata.
* gnu/packages/tex.scm (texlive-nucleardata): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b7ba2b7d7a..dcea01136e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5141,6 +5141,27 @@ digits than A require special spacing to appear
properly; this spacing is
supported in the package.")
(license license:lppl)))
+(define-public texlive-nucleardata
+ (package
+ (name "texlive-nucleardata")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nucleardata/"
+ "source/latex/nucleardata/"
+ "tex/latex/nucleardata/")
+ (base32
+ "0sdqgb38yyk3bhjgfxy3gxvfmpc0y9s60hhig5rry7kydm2w5jfc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nucleardata")
+ (synopsis "Provides data about atomic nuclides for documents")
+ (description
+ "The package provides data and commands for including nuclear and atomic
+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-bibtex8
(package
(name "texlive-bibtex8")
- 141/245: gnu: Add texlive-chemgreek., (continued)
- 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, 2023/07/30
- 151/245: gnu: Add texlive-nath., guix-commits, 2023/07/30
- 155/245: gnu: Add texlive-nucleardata.,
guix-commits <=
- 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
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30