1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
%% ---------------------------------------------------------------
%% biblatex-chem --- A set of biblatex implementations of
%% chemistry-related bibliography styles
%% Maintained by Joseph Wright
%% E-mail: joseph.wright@morningstar2.co.uk
%% Released under the LaTeX Project Public License v1.3c or later
%% See http://www.latex-project.org/lppl.txt
%% ---------------------------------------------------------------
%%
\documentclass[a4paper]{ltxdoc}
\usepackage[T1]{fontenc}
\usepackage[final]{microtype}
\usepackage{csquotes,lmodern}
\usepackage{hyperref}
\hypersetup{pdfborder = 0 0 0}
\author{Joseph Wright\thanks{E-mail:
\href{mailto:joseph.wright@morningstar2.co.uk}
{\texttt{joseph.wright@morningstar2.co.uk}}}}
\title{\pkg{biblatex-chem} -- A set of \pkg{biblatex} implementations of
chemistry-related bibliography styles%
\footnote{This file describes v1.1a, last revised 2011/08/16.}}
\date{Released 2011/08/16}
\providecommand*\opt[1]{\texttt{#1}}
\providecommand*\pkg[1]{\textsf{#1}}
\RecordChanges
\begin{document}
\maketitle
The \pkg{biblatex-chem} bundle is a set of styles for creating bibliographies
using \pkg{biblatex} in the style of a number common chemistry journals. The
bundle comprises styles based on the conventions of the Royal Society of
Chemistry, American Chemical Society and \emph{Angewandte Chemie}. It therefore
covers the journal styles of, for example:
\begin{itemize}
\item \emph{Angewandte Chemie}
\item \emph{Biochemistry}
\item \emph{Chemical Communications}
\item \emph{Chemistry~--~A European Journal}
\item \emph{Dalton Transactions}
\item \emph{Journal of the American Chemical Society}
\item \emph{Organic \& Biomolecular Chemistry}
\end{itemize}
amongst others.
The bundle currently contains four \pkg{biblatex} style files, each of
which has its own documentation:
\begin{itemize}
\item The \href{file:biblatex-chem-acs.pdf}{\texttt{chem-acs}} style,
which covers most American Chemistry Society journals.
\item The \href{file:biblatex-chem-angew.pdf}{\texttt{chem-angew}} style,
which covers \emph{Angewandte Chemie}
\emph{Chemistry~--~A European Journal}.
\item The \href{file:biblatex-chem-biochem.pdf}{\texttt{chem-biochem}}
style, which covers \emph{Biochemistry} and a small number of other
American Chemistry Society journals.
\item The \href{file:biblatex-chem-rsc.pdf}{\texttt{chem-rsc}} style,
which covers all Royal Society of Chemistry journals.
\end{itemize}
Suggestions for improvement and bug reports can be logged in the package
issue database, found at
\url{https://bitbucket.org/josephwright/biblatex-chem/issues}, or can
be sent by e-mail to
\href{mailto:joseph.wright@morningstar2.co.uk}
{\texttt{joseph.wright@morningstar2.co.uk}}.
\changes{v1.0}{2010/11/20}{First stable release}
\changes{v1.0a}{2010/12/22}{Format \enquote{\emph{et al.}}~in italics
when using \texttt{chem-rsc} style}
\changes{v1.0b}{2011/01/10}{Require \pkg{biblatex} v1.1}
\changes{v1.0b}{2011/01/10}{Use new \texttt{maxbibnames} option such
that bibliographies print all authors but citations use truncated
lists when necessary}
\changes{v1.0c}{2011/01/11}{Add version history for stable releases}
\changes{v1.0d}{2011/01/17}{Corrections for formatting of
optionally-included article and chapter titles}
\changes{v1.0d}{2011/01/17}{Include additional punctuation tracker
corrections for non-English bibliographies}
\changes{v1.1}{2011/08/15}{Styles revised to work with \pkg{biblatex} v1.6}
\changes{v1.1a}{2011/08/16}{Turn off standard \opt{url} option by default}
\changes{v1.1a}{2011/08/16}{Reintroduce \opt{chaptertitle} option for
\texttt{chem-angew} and \texttt{chem-rsc} styles}
\PrintChanges
\end{document}
%%
%% Copyright (C) 2010,2011 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License (LPPL), either version 1.3c of
%% this license or (at your option) any later version. The latest
%% version of this license is in the file:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% This work is "maintained" (as per LPPL maintenance status) by
%% Joseph Wright.
%%
%% This work consists of the files biblatex-chem.bib,
%% biblatex-chem.tex,
%% biblatex-chem-acs.tex,
%% biblatex-chem-angew.tex,
%% biblatex-chem-biochem.tex,
%% biblatex-chem-rsc.tex,
%% chem-acs.bbx,
%% chem-acs.cbx,
%% chem-angew.bbx,
%% chem-angew.cbx,
%% chem-biochem.bbx,
%% chem-biochem.cbx,
%% chem-rsc.bbx and
%% chem-rsc.cbx,
%% and the derived files biblatex-chem.pdf and
%% biblatex-chem-acs.pdf,
%% biblatex-chem-angew.pdf,
%% biblatex-chem-biochem.pdf,
%% biblatex-chem-rsc.pdf.
%%
%%
%% End of file `biblatex-chem.tex'.
|