me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-chemcono.

* gnu/packages/tex.scm (texlive-chemcono): New variable.
Nicolas Goaziou 2023-07-30 13:11:16 +02:00
parent 7b6249d285
commit e2a0902ad0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -2276,6 +2276,27 @@ each compound. The package differs from the @code{chemcono} package by not
generating an odd-looking list of compounds inside the text.") generating an odd-looking list of compounds inside the text.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-chemcono
(package
(name "texlive-chemcono")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/chemcono/" "tex/latex/chemcono/")
(base32
"1lwsizrypzn6vnhf7szg47b1synafihihq14wfc0ffrksq1c730c")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/chemcono")
(synopsis "Support for compound numbers in chemistry documents")
(description
"This package provides a LaTeX package for using compound numbers in
chemistry documents. It works like @code{\\cite} and the
@code{\\thebibliography}, using @code{\\fcite} and @code{\\theffbibliography}
instead. It allows compound names in documents to be numbered and does not
affect the normal citation routines.")
(license license:lppl)))
(define-public texlive-chronosys (define-public texlive-chronosys
(package (package
(name "texlive-chronosys") (name "texlive-chronosys")