[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/245: gnu: Add texlive-mhchem.
From: |
guix-commits |
Subject: |
142/245: gnu: Add texlive-mhchem. |
Date: |
Sun, 30 Jul 2023 13:46:53 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7763c64407df186fcaec522140e1497ab8adb4b0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:32:47 2023 +0200
gnu: Add texlive-mhchem.
* gnu/packages/tex.scm (texlive-mhchem): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 25def775ea..0bb2158ec0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4847,6 +4847,36 @@ interfaces for many programming languages, it also
implements its own
scripting language, called MGL, which can be used independently.")
(license (list license:gpl3 license:cc-by-sa3.0))))
+(define-public texlive-mhchem
+ (package
+ (name "texlive-mhchem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mhchem/" "tex/latex/mhchem/")
+ (base32
+ "1hmsl16l1vzhxy0iv8grbnpv83zffsrk6kzhgcaymdmigsv1i81b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsmath
+ texlive-chemgreek
+ texlive-graphics
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-tools))
+ (home-page "https://ctan.org/pkg/mhchem")
+ (synopsis
+ "Typeset chemical formulae/equations and H and P statements")
+ (description
+ "The bundle provides three packages: The @code{mhchem} package provides
+commands for typesetting chemical molecular formulae and equations. The
+@code{hpstatement} package provides commands for the official hazard
+statements and precautionary statements (H and P statements) that are used to
+label chemicals. The @code{rsphrase} package provides commands for the
+official Risk and Safety (R and S) Phrases that are used to label chemicals.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 113/245: gnu: Add texlive-jkmath., (continued)
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem.,
guix-commits <=
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30
- 154/245: gnu: Add texlive-nuc., guix-commits, 2023/07/30
- 149/245: gnu: Add texlive-namedtensor., guix-commits, 2023/07/30
- 152/245: gnu: Add texlive-nchairx., guix-commits, 2023/07/30
- 156/245: gnu: Add texlive-numerica., guix-commits, 2023/07/30
- 157/245: gnu: Add texlive-numerica-plus., guix-commits, 2023/07/30
- 151/245: gnu: Add texlive-nath., guix-commits, 2023/07/30