diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-18 23:29:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-18 23:29:51 +0000 |
commit | 13ba7aa7d47c053a1bbd749c9b753d084895fed1 (patch) | |
tree | 784d944e46da5b1fc3364e602a90e13819709168 /Master/texmf-dist/tex/latex/biblatex/biblatex.def | |
parent | 549f87a2032890440c9d3fc9faa568628588e2b3 (diff) |
biblatex (18jul13)
git-svn-id: svn://tug.org/texlive/trunk@31234 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/biblatex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/biblatex.def | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.def b/Master/texmf-dist/tex/latex/biblatex/biblatex.def index 304d1b58b6f..6b466241f2e 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.def +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.def @@ -43,9 +43,8 @@ \newcommand*{\volcitedelim}{\addcomma\space} \newcommand*{\textcitedelim}{% \iffinalcitedelim - {\iftextcitepunct - {\finalandsemicolon} - {\ifnumgreater{\value{textcitetotal}}{2}{\finalandcomma}{}}% + {\ifnumgreater{\value{textcitetotal}}{2} + {\iftextcitepunct{\finalandsemicolon}{\finalandcomma}}{}% \addspace\bibstring{and}} {\iftextcitepunct{\addsemicolon}{\addcomma}}% \space} @@ -2836,7 +2835,7 @@ \entrydata*{#1}{% \printfield{volume}% \printfield{part}% - \setunit{\addcolon\space}% + \setunit*{\addcolon\space}% \usebibmacro{title}% \ifboolexpr{ test {\ifnamesequal{author}{savedauthor}} |