guix-commits
[Top][All Lists]
Advanced

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

46/245: gnu: Add texlive-chemstyle.


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

ngz pushed a commit to branch master
in repository guix.

commit a87ed15e1dee32d94e12714ac0d939a2466125b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:36:50 2023 +0200

    gnu: Add texlive-chemstyle.
    
    * gnu/packages/tex.scm (texlive-chemstyle): 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 2e2e36d8ea..9968b8bd52 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2465,6 +2465,27 @@ on the first occurence in the document and just labels 
only on subsequent
 references.")
     (license license:lppl1.3+)))
 
+(define-public texlive-chemstyle
+  (package
+    (name "texlive-chemstyle")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/chemstyle/"
+                   "source/latex/chemstyle/"
+                   "tex/latex/chemstyle/")
+             (base32
+              "1s2k4h153yh0f50q9da390f3ihykvrhsd1zjgfsdb6404059in3p")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chemstyle";)
+    (synopsis "Writing chemistry with style")
+    (description
+     "The package @code{chemstyle} provides an extensible system for
+formatting chemistry documents according to the conventions of a number of
+leading journals.  It also provides some handy chemistry-related macros.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-chronosys
   (package
     (name "texlive-chronosys")



reply via email to

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