guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/245: gnu: Add texlive-chemcompounds.


From: guix-commits
Subject: 36/245: gnu: Add texlive-chemcompounds.
Date: Sun, 30 Jul 2023 13:46:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7b6249d285cf4ba63564b1309fa612e376f7a9e5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:11:01 2023 +0200

    gnu: Add texlive-chemcompounds.
    
    * gnu/packages/tex.scm (texlive-chemcompounds): 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 451b01fe4e..c1b55e6329 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2254,6 +2254,28 @@ in the font are designed to look more like those in 
chemistry text-books than
 do Knuth's originals.")
     (license license:public-domain)))
 
+(define-public texlive-chemcompounds
+  (package
+    (name "texlive-chemcompounds")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/chemcompounds/"
+                   "source/latex/chemcompounds/"
+                   "tex/latex/chemcompounds/")
+             (base32
+              "0bk625vdd6i1dc2569ypcq27hin1yggvadf18463qb6xhyndplvf")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chemcompounds";)
+    (synopsis "Simple consecutive numbering of chemical compounds")
+    (description
+     "The chemcompounds package allows for a simple consecutive numbering of
+chemical compounds.  Optionally, it is possible to supply a custom name for
+each compound.  The package differs from the @code{chemcono} package by not
+generating an odd-looking list of compounds inside the text.")
+    (license license:lppl)))
+
 (define-public texlive-chronosys
   (package
     (name "texlive-chronosys")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]