guix-commits
[Top][All Lists]
Advanced

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

43/296: gnu: Add texlive-chem-journal.


From: guix-commits
Subject: 43/296: gnu: Add texlive-chem-journal.
Date: Thu, 24 Aug 2023 05:19:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 239389f4fa26754c98d3956b1587cb1af7090413
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:29:27 2023 +0200

    gnu: Add texlive-chem-journal.
    
    * gnu/packages/tex.scm (texlive-chem-journal): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 67258216e8..15a94ea969 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8185,6 +8185,25 @@ by default, say, but tabular lining digits within a 
particular table.")
 whichever of @code{\\bibname} and @code{\\refname} is in use.")
     (license license:lppl)))
 
+(define-public texlive-chem-journal
+  (package
+    (name "texlive-chem-journal")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/chem-journal/")
+             (base32
+              "01s4sbmc4g96cmnbhx9a6bqjskkrr6saq91cly2pfy5gr256vmnq")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chem-journal";)
+    (synopsis "Various BibTeX formats for journals in chemistry")
+    (description
+     "This package provides various BibTeX formats for journals in chemistry,
+including @emph{Reviews in Computational Chemistry}, @emph{Journal of Physical
+Chemistry}, @emph{Journal of Computational Chemistry}, and @emph{Physical
+Chemistry Chemical Physics}.")
+    (license license:gpl3+)))
+
 (define-public texlive-chemarrow
   (package
     (name "texlive-chemarrow")



reply via email to

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