guix-commits
[Top][All Lists]
Advanced

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

30/163: gnu: Add texlive-biblatex-chem.


From: guix-commits
Subject: 30/163: gnu: Add texlive-biblatex-chem.
Date: Sat, 19 Aug 2023 14:39:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 564fda6fea5e5df0591bd1dbdef8fa94d36ba08e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:54:37 2023 +0200

    gnu: Add texlive-biblatex-chem.
    
    * gnu/packages/tex.scm (texlive-biblatex-chem): 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 594d4e8843..8913d76c56 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3614,6 +3614,28 @@ University of Berlin.")
 style for Chinese LaTeX users, using BibLaTeX.")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-chem
+  (package
+    (name "texlive-biblatex-chem")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-chem/"
+                   "tex/latex/biblatex-chem/")
+             (base32
+              "0y4fgnykh5x48cnbgyhgj04iqz05mvnzqvjn84vbr3mqmwjrndbl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-chem";)
+    (synopsis
+     "BibLaTeX implementations of chemistry-related bibliography styles")
+    (description
+     "The bundle offers a set of styles to allow chemists to use BibLaTeX.
+The package has complete styles for: all ACS journals; RSC journals using
+standard (Chem.@: Commun.) style; and Angewandte Chem.@: style, (thus covering
+a wide range of journals).")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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