mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-chemmacros.
* gnu/packages/tex.scm (texlive-chemmacros): New variable.
This commit is contained in:
parent
b47f26feb7
commit
1de8da85a0
1 changed files with 21 additions and 0 deletions
|
@ -2338,6 +2338,27 @@ (define-public texlive-chemformula
|
|||
@code{chemmacros}).")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-chemmacros
|
||||
(package
|
||||
(name "texlive-chemmacros")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/chemmacros/"
|
||||
"tex/latex/chemmacros/")
|
||||
(base32
|
||||
"1jj7i00h83mhajwayn48x4qf0xz526jrjlj5zclqkgrb6kxmx978")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/chemmacros")
|
||||
(synopsis "Collection of macros to support typesetting chemistry documents")
|
||||
(description
|
||||
"The bundle offers a collection of macros and commands which are intended
|
||||
to make typesetting chemistry documents faster and more convenient. Coverage
|
||||
includes some nomenclature commands, oxidation numbers, thermodynamic data,
|
||||
newman projections, etc.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-chronosys
|
||||
(package
|
||||
(name "texlive-chronosys")
|
||||
|
|
Loading…
Reference in a new issue