summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa7
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7')
-rw-r--r--Master/texmf-dist/tex/latex/apa7/apa7.cls28
1 files changed, 10 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls
index ed937ca1f70..56db33d55ff 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/05/27 v1.08 APA formatting (7th edition)]
+\ProvidesClass{apa7}[2020/06/19 v1.09 APA formatting (7th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -1249,12 +1249,9 @@
\@affilSix \vspace{0.25in} \\ }}}}}
%% --- thp 2006/01/05 end of six-author display
- \@ifundefined{@note}{}{
- \vfill
- \section{\normalfont\normalsize\textbf\acksname}
- \raggedright
- \setlength{\parindent}{0.5in}
- \indent\@note\par}
+ \@ifundefined{@note}
+ {\vspace*{\baselineskip} }
+ {\@note}
}{% mask author identity -- show nothing in the author or author note space
}
@@ -1280,12 +1277,9 @@
\@professor \\
\@duedate \\
- \@ifundefined{@note}{}{
- \vfill
- \section{\normalfont\normalsize\textbf\acksname}
- \raggedright
- \setlength{\parindent}{0.5in}
- \indent\@note\par}
+ \@ifundefined{@note}
+ {\vspace*{\baselineskip} }
+ {\@note}
\end{center}
@@ -1293,12 +1287,10 @@
{}
{%
\vfill%
- \begin{center}%
- \acksname%
- \end{center}%
- \protect\raggedright
+ \section{\normalfont\normalsize\textbf\acksname}
+ \raggedright
\setlength{\parindent}{0.5in}
- \indent\par\@acks%
+ \indent\@acks\par%
}
}