[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
89/163: gnu: Add texlive-chembst.
From: |
guix-commits |
Subject: |
89/163: gnu: Add texlive-chembst. |
Date: |
Sat, 19 Aug 2023 14:39:43 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7f71c9701e2323948cd369a9992b9c6db17a115f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 11:59:07 2023 +0200
gnu: Add texlive-chembst.
* gnu/packages/tex.scm (texlive-chembst): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cf987dcfbb..6062211a4d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5847,6 +5847,30 @@ 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-chembst
+ (package
+ (name "texlive-chembst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/chembst/" "doc/latex/chembst/"
+ "source/latex/chembst/")
+ (base32
+ "026j8lv3kbxmbq6sc1n8rdrr47njgn5mn9im1mmppzk5bi7w6yzz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chembst")
+ (synopsis "Collection of BibTeX files for chemistry journals")
+ (description
+ "The package offers a collection of advanced BibTeX style files suitable
+for publications in chemistry journals. Currently, style files for journals
+published by the American Chemical Society, Wiley-VCH and The Royal Society of
+Chemistry are available. The style files support advanced features such as
+automatic formatting of errata or creating an appropriate entry for
+publications in @emph{Angewandte Chemie} where both English and German should
+be cited simultaneously.")
+ (license license:lppl)))
+
(define-public texlive-chemcompounds
(package
(name "texlive-chemcompounds")
- 70/163: gnu: Add texlive-biblatex-source-division., (continued)
- 70/163: gnu: Add texlive-biblatex-source-division., guix-commits, 2023/08/19
- 75/163: gnu: Add texlive-biblatex-true-citepages-omit., guix-commits, 2023/08/19
- 77/163: gnu: Add texlive-biblatex-vancouver., guix-commits, 2023/08/19
- 78/163: gnu: Add texlive-biblatex2bibitem., guix-commits, 2023/08/19
- 80/163: gnu: Add texlive-bibtexperllibs., guix-commits, 2023/08/19
- 82/163: gnu: Add texlive-bibtopicprefix., guix-commits, 2023/08/19
- 86/163: gnu: Add texlive-breakcites., guix-commits, 2023/08/19
- 92/163: gnu: Add texlive-chicagoa., guix-commits, 2023/08/19
- 94/163: gnu: Add texlive-citation-style-language., guix-commits, 2023/08/19
- 87/163: gnu: Add texlive-cell., guix-commits, 2023/08/19
- 89/163: gnu: Add texlive-chembst.,
guix-commits <=
- 97/163: gnu: Add texlive-collref., guix-commits, 2023/08/19
- 103/163: gnu: Add texlive-doipubmed., guix-commits, 2023/08/19
- 109/163: gnu: Add texlive-footbib., guix-commits, 2023/08/19
- 111/163: gnu: Add texlive-gbt7714., guix-commits, 2023/08/19
- 85/163: gnu: Add texlive-bookdb., guix-commits, 2023/08/19
- 90/163: gnu: Add texlive-chicago., guix-commits, 2023/08/19
- 91/163: gnu: Add texlive-chicago-annote., guix-commits, 2023/08/19
- 93/163: gnu: Add texlive-chscite., guix-commits, 2023/08/19
- 84/163: gnu: Add texlive-biolett-bst., guix-commits, 2023/08/19
- 88/163: gnu: Add texlive-chbibref., guix-commits, 2023/08/19