diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-03 23:41:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-03 23:41:00 +0000 |
commit | 2e0f0a6481179c2675b3f48041daf9dbffbc6ff5 (patch) | |
tree | 5f1bdc92450a7271ba4d4e4bf4342a22176423ed /Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx | |
parent | 8280180f982b353057af8de709d6cb50f3f14dc2 (diff) |
biblatex-apa
git-svn-id: svn://tug.org/texlive/trunk@32045 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx index 214095b462f..a91945330c0 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx @@ -12,7 +12,7 @@ %% %% The Current Maintainer of this work is Philip Kime. -\ProvidesFile{apa.bbx}[2013/10/27\space v6.3\space APA biblatex references style] +\ProvidesFile{apa.bbx}[2013/10/30\space v6.4\space APA biblatex references style] \RequireBiber[3] \RequireBibliographyStyle{standard} \urlstyle{rm} % APA examples all have URLs in same font as text @@ -366,7 +366,8 @@ {\iffieldequalstr{doubtfulauthor}{true} {\mkbibbrackets{\usebibmacro{name:apa:last-first}{#1}{#3}{#4}{#5}{#7}?}} {\usebibmacro{name:apa:last-first}{#1}{#3}{#4}{#5}{#7}}}}% - \ifmorenames{\andothersdelim\bibstring{andothers}}{}} + \ifthenelse{\value{listcount}=\value{listtotal}}% + {\ifmorenames{\andothersdelim\bibstring{andothers}}{}}{}} \renewbibmacro*{author}{% \ifnameundef{author} @@ -634,7 +635,8 @@ {\ifthenelse{\value{listcount}>\maxprtauth\AND\value{listcount}<\value{listtotal}} {} {\usebibmacro{name:apa:first-last}{#1}{#3}{#4}{#5}{#7}}}% - \ifmorenames{\andothersdelim\bibstring{andothers}}{}} + \ifthenelse{\value{listcount}=\value{listtotal}}% + {\ifmorenames{\andothersdelim\bibstring{andothers}}{}}{}} \renewbibmacro*{author/editor}{% \ifnameundef{author} |