summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa7/apa7.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-20 20:40:51 +0000
committerKarl Berry <karl@freefriends.org>2020-06-20 20:40:51 +0000
commit1d4b1c8344e0ecaa815c3255886a469cb9b30b7f (patch)
tree4c39d93158ad114d9967e7ec1e02346184954b03 /Master/texmf-dist/tex/latex/apa7/apa7.cls
parent542262014b6cc6afc0abc938c970167885bd6f13 (diff)
apa7 (20jun20)
git-svn-id: svn://tug.org/texlive/trunk@55607 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.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%
}
}