diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-17 22:48:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-17 22:48:31 +0000 |
commit | 8c0fb35bffe9c80d9ffcaf436a751909eef9c7d5 (patch) | |
tree | da5c7f12ba06f1c54191dfb74f659f0d44929dd8 /Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx | |
parent | c66bbc99949d0deeb19caebfa5693a9bb654d2bc (diff) |
biblatex-chem (17aug12)
git-svn-id: svn://tug.org/texlive/trunk@27440 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx index ca5c5c0645e..3e12b5844cc 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/chem-angew.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{chem-angew.bbx}[2012/05/18 v1.1g biblatex bibliography style] +\ProvidesFile{chem-angew.bbx}[2012/08/16 v1.1h biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -89,7 +89,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*\mkbibnameaffix[1]{\addcomma\space#1} \renewcommand*\newunitpunct{\addcomma\addspace} |