summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa7/apa7.cls
diff options
context:
space:
mode:
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}%
}%
}%