summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-apa6/apa6.cbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-08-29 20:14:35 +0000
committerKarl Berry <karl@freefriends.org>2020-08-29 20:14:35 +0000
commit7a73a52bad53a24322a5524cb9beb70afd4442c5 (patch)
tree07f2f74429b911c4ef8e148c1a9906c125bfb9f3 /Master/texmf-dist/tex/latex/biblatex-apa6/apa6.cbx
parent5a715af044443f3d43cee220b73683c8dcdf97f9 (diff)
biblatex-apa6 (29aug20)
git-svn-id: svn://tug.org/texlive/trunk@56209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa6/apa6.cbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-apa6/apa6.cbx13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa6/apa6.cbx b/Master/texmf-dist/tex/latex/biblatex-apa6/apa6.cbx
index 50815fdc3fc..2c0b0f360e6 100644
--- a/Master/texmf-dist/tex/latex/biblatex-apa6/apa6.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-apa6/apa6.cbx
@@ -12,7 +12,7 @@
%%
%% The Current Maintainer of this work is Philip Kime.
-\ProvidesFile{apa6.cbx}[2020/05/03\space v8.4\space APA 6th ed. biblatex citation style]
+\ProvidesFile{apa6.cbx}[2020/08/28\space v8.5\space APA 6th ed. biblatex citation style]
\RequireBiber[3]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -28,7 +28,6 @@
% (APA 6.11) requires comma separator between authors and years
\DeclareDelimFormat{nameyeardelim}{\addcomma\space}
-\DeclareDelimFormat[textcite]{nameyeardelim}{\addcomma\space}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -260,7 +259,9 @@
{\iffieldundef{shorthand}%
% Cite using title
{\usebibmacro{cite:noname}%
- \setunit{\global\booltrue{cbx:parens}\addspace\bibopenparen}%
+ \setunit{\global\booltrue{cbx:parens}%
+ \printdelim{nameyeardelim}%
+ \bibopenparen}%
\usebibmacro{cite:plabelyear+extradate}}
% Cite using shorthand
{\usebibmacro{cite:shorthand}}}
@@ -274,7 +275,9 @@
{\printnames{shortauthor}}
{\printnames[labelname][-\value{listtotal}]{author}}}%
% Year
- \setunit{\global\booltrue{cbx:parens}\addspace\bibopenparen}%
+ \setunit{\global\booltrue{cbx:parens}%
+ \printdelim{nonameyeardelim}%
+ \bibopenparen}%
% Put the shortauthor inside the year brackets if necessary
\ifnameundef{shortauthor}
{}
@@ -506,7 +509,7 @@
% (APA 6.21) No parens round year for cites when the cite is in
% parentheses. Use new command \nptextcite for such cites.
-\DeclareDelimAlias*[nptextcite]{finalnamedelim}[parencite]{finalnamedelim}
+\DeclareDelimAlias[nptextcite]{finalnamedelim}[parencite]{finalnamedelim}
\DeclareCiteCommand{\nptextcite}
{\usebibmacro{cite:init}%