gnu: Add texlive-chemmacros.

* gnu/packages/tex.scm (texlive-chemmacros): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 13:11:48 +02:00
parent b47f26feb7
commit 1de8da85a0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")