[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/245: gnu: Add texlive-chemcono.
From: |
guix-commits |
Subject: |
37/245: gnu: Add texlive-chemcono. |
Date: |
Sun, 30 Jul 2023 13:46:33 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e2a0902ad04842a05c7e30550f33374334e942ca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:11:16 2023 +0200
gnu: Add texlive-chemcono.
* gnu/packages/tex.scm (texlive-chemcono): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c1b55e6329..b7b6318dfb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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.")
(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
(package
(name "texlive-chronosys")
- 04/245: gnu: Add texlive-algobox., (continued)
- 04/245: gnu: Add texlive-algobox., guix-commits, 2023/07/30
- 07/245: gnu: Add texlive-algorithms., guix-commits, 2023/07/30
- 06/245: gnu: Add texlive-algorithmicx., guix-commits, 2023/07/30
- 14/245: gnu: Add texlive-apxproof., guix-commits, 2023/07/30
- 19/245: gnu: Add texlive-binomexp., guix-commits, 2023/07/30
- 21/245: gnu: Add texlive-bitpattern., guix-commits, 2023/07/30
- 25/245: gnu: Add texlive-bosisio., guix-commits, 2023/07/30
- 34/245: gnu: Add texlive-ccool., guix-commits, 2023/07/30
- 27/245: gnu: Add texlive-bropd., guix-commits, 2023/07/30
- 42/245: gnu: Add texlive-chemobabel., guix-commits, 2023/07/30
- 37/245: gnu: Add texlive-chemcono.,
guix-commits <=
- 33/245: gnu: Add texlive-ccfonts., guix-commits, 2023/07/30
- 35/245: gnu: Add texlive-chemarrow., guix-commits, 2023/07/30
- 31/245: gnu: Add texlive-cartonaugh., guix-commits, 2023/07/30
- 40/245: gnu: Add texlive-chemmacros., guix-commits, 2023/07/30
- 39/245: gnu: Add texlive-chemformula., guix-commits, 2023/07/30
- 43/245: gnu: Add texlive-chemplants., guix-commits, 2023/07/30
- 51/245: gnu: Add texlive-commutative-diagrams., guix-commits, 2023/07/30
- 53/245: gnu: Add texlive-computational-complexity., guix-commits, 2023/07/30
- 56/245: gnu: Add texlive-conteq., guix-commits, 2023/07/30
- 67/245: gnu: Add texlive-digiconfigs., guix-commits, 2023/07/30