[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/245: gnu: Add texlive-chemsec.
From: |
guix-commits |
Subject: |
45/245: gnu: Add texlive-chemsec. |
Date: |
Sun, 30 Jul 2023 13:46:35 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit de69da218e87da09e857d29e54b4b5edc53c9e6e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:36:22 2023 +0200
gnu: Add texlive-chemsec.
* gnu/packages/tex.scm (texlive-chemsec): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1049c7d62c..2e2e36d8ea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2443,6 +2443,28 @@ UNICHIM regulation.")
schemes, and also offers automatic structure referencing.")
(license license:lppl1.2+)))
+(define-public texlive-chemsec
+ (package
+ (name "texlive-chemsec")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chemsec/" "source/latex/chemsec/"
+ "tex/latex/chemsec/")
+ (base32
+ "1q41mfhnvh4ni7dn0krrrcr9sr6ma855j1hckbg8fl56dl2h7zlp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chemsec")
+ (synopsis "Automated creation of numeric entity labels")
+ (description
+ "Packages provides creation of sequential numeric labels for entities in
+a document. The motivating example is chemical structures in a scientific
+document. The package can automatically output a full object name and label
+on the first occurence in the document and just labels only on subsequent
+references.")
+ (license license:lppl1.3+)))
+
(define-public texlive-chronosys
(package
(name "texlive-chronosys")
- 66/245: gnu: Add texlive-diffcoeff., (continued)
- 66/245: gnu: Add texlive-diffcoeff., guix-commits, 2023/07/30
- 71/245: gnu: Add texlive-dyntree., guix-commits, 2023/07/30
- 72/245: gnu: Add texlive-easing., guix-commits, 2023/07/30
- 02/245: gnu: Add texlive-accents., guix-commits, 2023/07/30
- 09/245: gnu: Add texlive-algxpar., guix-commits, 2023/07/30
- 11/245: gnu: Add texlive-amscdx., guix-commits, 2023/07/30
- 17/245: gnu: Add texlive-backnaur., guix-commits, 2023/07/30
- 22/245: gnu: Add texlive-bodeplot., guix-commits, 2023/07/30
- 36/245: gnu: Add texlive-chemcompounds., guix-commits, 2023/07/30
- 48/245: gnu: Add texlive-clrscode3e., guix-commits, 2023/07/30
- 45/245: gnu: Add texlive-chemsec.,
guix-commits <=
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity., guix-commits, 2023/07/30
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30