mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-elements.
* gnu/packages/tex.scm (texlive-elements): New variable.
This commit is contained in:
parent
971106a126
commit
9bb49b419c
1 changed files with 20 additions and 0 deletions
|
@ -80252,6 +80252,26 @@ (define-public texlive-ehhline
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue