summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa7/apa7.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-08-03 21:43:24 +0000
committerKarl Berry <karl@freefriends.org>2020-08-03 21:43:24 +0000
commit0a25eca87ae000c2200142d4149e4fd2ff7ae3c5 (patch)
treebb111b0756ebe695c3a3c23681c33f48f38440ca /Master/texmf-dist/tex/latex/apa7/apa7.cls
parent15fd5e51d9cd5137ea905df3f55cae0c81ecae38 (diff)
apa7 (3aug20)
git-svn-id: svn://tug.org/texlive/trunk@56037 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7/apa7.cls')
-rw-r--r--Master/texmf-dist/tex/latex/apa7/apa7.cls7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls
index 8a614c0ca22..7dac58b6297 100644
--- a/Master/texmf-dist/tex/latex/apa7/apa7.cls
+++ b/Master/texmf-dist/tex/latex/apa7/apa7.cls
@@ -27,7 +27,7 @@
%%
%% ----------------------------------------------------------------------
%%
-\ProvidesClass{apa7}[2020/07/18 v2.01 APA formatting (7th edition)]
+\ProvidesClass{apa7}[2020/08/02 v2.02 APA formatting (7th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -371,6 +371,7 @@
+\def\lastauthorseparator{and}
\def\acksname{Author Note}
\def\keywordname{Keywords}
\def\notesname{Footnotes}
@@ -851,7 +852,7 @@
\renewcommand{\lastauthor}{%
\renewcommand{\authorsep}{,
\renewcommand*{\prelastauthorsep}{,}}%
- \renewcommand{\prelastauthor}{\prelastauthorsep\ and }%
+ \renewcommand{\prelastauthor}{\prelastauthorsep\ \lastauthorseparator\ }% Terminated commands with \ to preserve following space
##1%
}%
}%
@@ -863,7 +864,7 @@
\renewcommand{\lastauthor}{%
\renewcommand{\authorsep}{,
\renewcommand*{\prelastauthorsep}{,}}%
- \renewcommand{\prelastauthor}{\prelastauthorsep\ and }%
+ \renewcommand{\prelastauthor}{\prelastauthorsep\ \lastauthorseparator\ }% Terminated commands with \ to preserve following space
##1\textsuperscript{##2}%
}%
}%