me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-chemnum.

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

View File

@ -2359,6 +2359,24 @@ includes some nomenclature commands, oxidation numbers, thermodynamic data,
newman projections, etc.")
(license license:lppl1.3c)))
(define-public texlive-chemnum
(package
(name "texlive-chemnum")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/chemnum/" "tex/latex/chemnum/")
(base32
"0ld2ja2by5y48v5k8x1mgmcpr75vkf8r8ni0fmvrpxh8xrv7mq4f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/chemnum")
(synopsis "Method for numbering chemical compounds")
(description
"The package defines a @code{\\label}- and @code{\\ref}-like commands for
compound numbers.")
(license license:lppl1.3c)))
(define-public texlive-chronosys
(package
(name "texlive-chronosys")