diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-20 22:00:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-20 22:00:56 +0000 |
commit | 4de8c125336c9f04a727c1457fd5cc9d03fc90cc (patch) | |
tree | a83eb2a9ed05752c91553040a4329f012f3ad76c /Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx | |
parent | 981e20a02434edda9867f29554a6aaa1bceaea6a (diff) |
biblatex-apa (20oct13)
git-svn-id: svn://tug.org/texlive/trunk@31956 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx index c3a517e0d42..b0878822110 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx @@ -25,7 +25,7 @@ %% biblatex-apa-test-citations.bib (Style examples - citations) %% biblatex-apa-test-references.bib (Style examples - references) -\ProvidesFile{apa.cbx}[2013/07/19\space v6.1\space APA biblatex citation style] +\ProvidesFile{apa.cbx}[2013/10/19\space v6.2\space APA biblatex citation style] \RequireBiber[3] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -93,11 +93,17 @@ \newbibmacro*{labelname:doname}[8]{% \ifcase\value{uniquename}% - \usebibmacro{name:last}{#1}{#3}{#5}{}% + \ifuseprefix + {\usebibmacro{name:last}{#1}{#3}{#5}{}} + {\usebibmacro{name:last}{#1}{#3}{}{}}% \or - \usebibmacro{name:first-last}{#1}{#4}{#5}{}% + \ifuseprefix + {\usebibmacro{name:first-last}{#1}{#4}{#5}{}} + {\usebibmacro{name:first-last}{#1}{#4}{}{}}% \or - \usebibmacro{name:first-last}{#1}{#3}{#5}{}% + \ifuseprefix + {\usebibmacro{name:first-last}{#1}{#3}{#5}{}} + {\usebibmacro{name:first-last}{#1}{#3}{}{}}% \fi \usebibmacro{name:andothers}} |