mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-chemcompounds.
* gnu/packages/tex.scm (texlive-chemcompounds): New variable.
This commit is contained in:
parent
023332f69e
commit
7b6249d285
1 changed files with 22 additions and 0 deletions
|
@ -2254,6 +2254,28 @@ (define-public texlive-chemarrow
|
|||
do Knuth's originals.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-chemcompounds
|
||||
(package
|
||||
(name "texlive-chemcompounds")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/chemcompounds/"
|
||||
"source/latex/chemcompounds/"
|
||||
"tex/latex/chemcompounds/")
|
||||
(base32
|
||||
"0bk625vdd6i1dc2569ypcq27hin1yggvadf18463qb6xhyndplvf")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/chemcompounds")
|
||||
(synopsis "Simple consecutive numbering of chemical compounds")
|
||||
(description
|
||||
"The chemcompounds package allows for a simple consecutive numbering of
|
||||
chemical compounds. Optionally, it is possible to supply a custom name for
|
||||
each compound. The package differs from the @code{chemcono} package by not
|
||||
generating an odd-looking list of compounds inside the text.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-chronosys
|
||||
(package
|
||||
(name "texlive-chronosys")
|
||||
|
|
Loading…
Reference in a new issue