mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-nucleardata.
* gnu/packages/tex.scm (texlive-nucleardata): New variable.
This commit is contained in:
parent
7fb7a92a5a
commit
f1045d22a4
1 changed files with 21 additions and 0 deletions
|
@ -5141,6 +5141,27 @@ (define-public texlive-nuc
|
||||||
supported in the package.")
|
supported in the package.")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue