summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx15
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx
index a4c914ca1da..da9b78de45d 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chem/chem-biochem.bbx
@@ -8,7 +8,7 @@
%% ---------------------------------------------------------------
%%
-\ProvidesFile{chem-biochem.bbx}[2012/05/18 v1.1g biblatex bibliography style]
+\ProvidesFile{chem-biochem.bbx}[2012/08/16 v1.1h biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{numeric-comp}
@@ -80,7 +80,18 @@
\DeclareFieldFormat[article]{volume}{\mkbibemph{#1}}
% Simple modifications to punctuation, etc.
-\renewcommand*\finalnamedelim{\multinamedelim}
+\renewcommand*{\finalnamedelim}{%
+ \ifcurrentname{labelname}
+ {%
+ \ifnumgreater{\value{liststop}}{2}
+ {\finalandcomma}
+ {}%
+ \addspace
+ \bibstring{and}%
+ \space
+ }
+ {\multinamedelim}%
+}
\renewcommand*\intitlepunct{\addspace}
\renewcommand*\labelnamepunct{\addspace}
\renewcommand*\mkbibnameaffix[1]{\addcomma\addspace#1}