[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/245: gnu: Add texlive-chemschemex.
From: |
guix-commits |
Subject: |
44/245: gnu: Add texlive-chemschemex. |
Date: |
Sun, 30 Jul 2023 13:46:35 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 4d9b241d45dc7e81de9740b080160c3f9e00a774
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:13:15 2023 +0200
gnu: Add texlive-chemschemex.
* gnu/packages/tex.scm (texlive-chemschemex): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6e8e81cb4b..1049c7d62c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2423,6 +2423,26 @@ to draw process units and streams. The guiding light of
the package is the
UNICHIM regulation.")
(license license:lppl1.3c)))
+(define-public texlive-chemschemex
+ (package
+ (name "texlive-chemschemex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chemschemex/"
+ "source/latex/chemschemex/"
+ "tex/latex/chemschemex/")
+ (base32
+ "09mjxj1gwddbpkriivn8x98z9hls4pcmpdqf24a7gz19whgs1qyk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chemschemex")
+ (synopsis "Typeset and cross-reference chemical schemes based on TikZ
code")
+ (description
+ "The package provides a comfortable means of typesetting chemical
+schemes, and also offers automatic structure referencing.")
+ (license license:lppl1.2+)))
+
(define-public texlive-chronosys
(package
(name "texlive-chronosys")
- 233/245: gnu: Add texlive-turnstile., (continued)
- 233/245: gnu: Add texlive-turnstile., guix-commits, 2023/07/30
- 245/245: gnu: Add texlive-collection-mathscience., guix-commits, 2023/07/30
- 10/245: gnu: Add texlive-aligned-overset., guix-commits, 2023/07/30
- 12/245: gnu: Add texlive-amstex., guix-commits, 2023/07/30
- 16/245: gnu: Add texlive-axodraw2., guix-commits, 2023/07/30
- 18/245: gnu: Add texlive-begriff., guix-commits, 2023/07/30
- 23/245: gnu: Add texlive-bohr., guix-commits, 2023/07/30
- 24/245: gnu: Add texlive-boldtensors., guix-commits, 2023/07/30
- 28/245: gnu: Add texlive-bussproofs-extra., guix-commits, 2023/07/30
- 30/245: gnu: Add texlive-calculation., guix-commits, 2023/07/30
- 44/245: gnu: Add texlive-chemschemex.,
guix-commits <=
- 55/245: gnu: Add texlive-concrete., guix-commits, 2023/07/30
- 57/245: gnu: Add texlive-correctmathalign., guix-commits, 2023/07/30
- 59/245: gnu: Add texlive-csassignments., guix-commits, 2023/07/30
- 64/245: gnu: Add texlive-delimset., guix-commits, 2023/07/30
- 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