ngz pushed a commit to branch master
in repository guix.
commit e64a9baad0511ad8b78cc0d475dfa0f53a395a90
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 13:11:56 2023 +0200
gnu: Add texlive-chemnum.
* gnu/packages/tex.scm (texlive-chemnum): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 760b406025..8a6fe0f902 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")