diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-17 22:48:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-17 22:48:43 +0000 |
commit | 03efb6dbd755ff22b128511a02ccd0940ac572c3 (patch) | |
tree | 0611be149f1697cf9d664ba1334bcb111b63e1e0 /Master/texmf-dist/tex/latex | |
parent | 8c0fb35bffe9c80d9ffcaf436a751909eef9c7d5 (diff) |
biblatex-science (17aug12)
git-svn-id: svn://tug.org/texlive/trunk@27441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-science/science.bbx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-science/science.cbx | 2 |
2 files changed, 14 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-science/science.bbx b/Master/texmf-dist/tex/latex/biblatex-science/science.bbx index a17c701b43d..4205a48d5c1 100644 --- a/Master/texmf-dist/tex/latex/biblatex-science/science.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-science/science.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{science.bbx}[2012/06/07 v1.1b biblatex bibliography style] +\ProvidesFile{science.bbx}[2012/08/16 v1.1c biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -68,7 +68,18 @@ \DeclareFieldFormat[article,periodical]{volume}{\mkbibbold{#1}} % Simple modifications to punctuation, etc. -\let\finalnamedelim\multinamedelim +\renewcommand*{\finalnamedelim}{% + \ifcurrentname{labelname} + {% + \ifnumgreater{\value{liststop}}{2} + {\finalandcomma} + {}% + \addspace + \bibstring{and}% + \space + } + {\multinamedelim}% +} \renewcommand*\intitlepunct{\addspace} \renewcommand*\newunitpunct{\addcomma\space} diff --git a/Master/texmf-dist/tex/latex/biblatex-science/science.cbx b/Master/texmf-dist/tex/latex/biblatex-science/science.cbx index 0b6b99a6261..9450a05a270 100644 --- a/Master/texmf-dist/tex/latex/biblatex-science/science.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-science/science.cbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{science.cbx}[2012/06/07 v1.1b biblatex citation style] +\ProvidesFile{science.cbx}[2012/08/16 v1.1c biblatex citation style] \RequireCitationStyle{numeric-comp} |