[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
216/245: gnu: Add texlive-substances.
From: |
guix-commits |
Subject: |
216/245: gnu: Add texlive-substances. |
Date: |
Sun, 30 Jul 2023 13:47:15 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8f90233f02edd22ca5a357431f5e4fdd25c207d2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:51:53 2023 +0200
gnu: Add texlive-substances.
* gnu/packages/tex.scm (texlive-substances): 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 7a116152e5..f2aeb68e23 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6458,6 +6458,27 @@ conventions for alternatives, etc. The charts are drawn
using the
@code{picture} environment (using @code{pict2e} for preference).")
(license license:lppl1.2+)))
+(define-public texlive-substances
+ (package
+ (name "texlive-substances")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/substances/"
+ "tex/latex/substances/")
+ (base32
+ "1lqg0bx34f7f9sva1lvvqdb7nfdaaf6lh23j0nwdy70z2g3kgkxp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/substances")
+ (synopsis "Database of chemicals")
+ (description
+ "The package provides the means to create a database-like file that
+contains data of various chemicals. These data may be retrieved in the
+document; an index of the chemicals mentioned in the document can be
+created.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 234/245: gnu: Add texlive-moreverb., (continued)
- 234/245: gnu: Add texlive-moreverb., guix-commits, 2023/07/30
- 201/245: gnu: Add texlive-simplewick., guix-commits, 2023/07/30
- 183/245: gnu: Add texlive-rbt-mathnotes., guix-commits, 2023/07/30
- 190/245: gnu: Add texlive-sankey., guix-commits, 2023/07/30
- 203/245: gnu: Add texlive-siunits., guix-commits, 2023/07/30
- 209/245: gnu: Add texlive-statex2., guix-commits, 2023/07/30
- 199/245: gnu: Add texlive-simpler-wick., guix-commits, 2023/07/30
- 191/245: gnu: Add texlive-sasnrdisplay., guix-commits, 2023/07/30
- 196/245: gnu: Add texlive-sfg., guix-commits, 2023/07/30
- 200/245: gnu: Add texlive-simples-matrices., guix-commits, 2023/07/30
- 216/245: gnu: Add texlive-substances.,
guix-commits <=
- 180/245: gnu: Add texlive-pythonhighlight., guix-commits, 2023/07/30