[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/245: gnu: Add texlive-chemformula.
From: |
guix-commits |
Subject: |
39/245: gnu: Add texlive-chemformula. |
Date: |
Sun, 30 Jul 2023 13:46:34 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b47f26feb7d813d7156c5c86c3cb075f8b1942dd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:11:37 2023 +0200
gnu: Add texlive-chemformula.
* gnu/packages/tex.scm (texlive-chemformula): 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 426e719262..094b4f377b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2317,6 +2317,27 @@ the package supports the creation of exercise sheets,
with separating printing
of solutions.")
(license license:lppl1.3+)))
+(define-public texlive-chemformula
+ (package
+ (name "texlive-chemformula")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chemformula/"
+ "tex/latex/chemformula/")
+ (base32
+ "14w98hnhljfm62cxg2hml3razrxw9hkzm54v7ybnbhcp5mm7wvdm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-units))
+ (home-page "https://ctan.org/pkg/chemformula")
+ (synopsis "Command for typesetting chemical formulas and reactions")
+ (description
+ "The package provides a command to typeset chemical formulas and
+reactions in support of other chemistry packages (such as
+@code{chemmacros}).")
+ (license license:lppl1.3c)))
+
(define-public texlive-chronosys
(package
(name "texlive-chronosys")
- 21/245: gnu: Add texlive-bitpattern., (continued)
- 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, 2023/07/30
- 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 <=
- 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
- 76/245: gnu: Add texlive-endiagram., guix-commits, 2023/07/30
- 80/245: gnu: Add texlive-eqexpl., guix-commits, 2023/07/30
- 05/245: gnu: Add texlive-algorithm2e., guix-commits, 2023/07/30
- 08/245: gnu: Add texlive-algpseudocodex., guix-commits, 2023/07/30
- 13/245: gnu: Add texlive-annotate-equations., guix-commits, 2023/07/30