diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx index d8b45ca5f5c..3e8bb1adb17 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/chem-acs.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{chem-acs.bbx}[2012/05/18 v1.1g biblatex bibliography style] +\ProvidesFile{chem-acs.bbx}[2012/08/16 v1.1h biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -86,7 +86,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*\newunitpunct{\addcomma\addspace} |