mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-chemformula.
* gnu/packages/tex.scm (texlive-chemformula): New variable.
This commit is contained in:
parent
da0b65e86f
commit
b47f26feb7
1 changed files with 21 additions and 0 deletions
|
@ -2317,6 +2317,27 @@ (define-public texlive-chemexec
|
|||
of solutions.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-chemformula
|
||||
(package
|
||||
(name "texlive-chemformula")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/chemformula/"
|
||||
"tex/latex/chemformula/")
|
||||
(base32
|
||||
"14w98hnhljfm62cxg2hml3razrxw9hkzm54v7ybnbhcp5mm7wvdm")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-units))
|
||||
(home-page "https://ctan.org/pkg/chemformula")
|
||||
(synopsis "Command for typesetting chemical formulas and reactions")
|
||||
(description
|
||||
"The package provides a command to typeset chemical formulas and
|
||||
reactions in support of other chemistry packages (such as
|
||||
@code{chemmacros}).")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-chronosys
|
||||
(package
|
||||
(name "texlive-chronosys")
|
||||
|
|
Loading…
Reference in a new issue