me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-elements.

* gnu/packages/tex.scm (texlive-elements): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:57 +02:00
parent 971106a126
commit 9bb49b419c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -80252,6 +80252,26 @@ document source itself.")
token, which allows to create lines with arbitrary LaTeX commands.")
(license license:expat)))
(define-public texlive-elements
(package
(name "texlive-elements")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/elements/" "tex/latex/elements/")
(base32
"1z08kqxgdnqwdpzrnixy4rdb0jmyvzy7kvxsm1d6whc0nraiza0j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/elements")
(synopsis "Provides properties of chemical elements")
(description
"The package provides means for retrieving properties of chemical elements
like atomic number, element symbol, element name, electron distribution or
isotope number. Properties are defined for the elements up to the atomic
number 112.")
(license license:lppl1.3c)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar