summaryrefslogtreecommitdiff
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
parent542262014b6cc6afc0abc938c970167885bd6f13 (diff)
apa7 (20jun20)
git-svn-id: svn://tug.org/texlive/trunk@55607 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/apa7/apa7.pdfbin522083 -> 522679 bytes
-rw-r--r--Master/texmf-dist/doc/latex/apa7/samples/longsample.pdfbin196731 -> 196731 bytes
-rw-r--r--Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdfbin64110 -> 64110 bytes
-rw-r--r--Master/texmf-dist/source/latex/apa7/apa7.dtx36
-rw-r--r--Master/texmf-dist/tex/latex/apa7/apa7.cls28
5 files changed, 25 insertions, 39 deletions
diff --git a/Master/texmf-dist/doc/latex/apa7/apa7.pdf b/Master/texmf-dist/doc/latex/apa7/apa7.pdf
index 50bbb1c9c6e..68b928107e8 100644
--- a/Master/texmf-dist/doc/latex/apa7/apa7.pdf
+++ b/Master/texmf-dist/doc/latex/apa7/apa7.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf b/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf
index 204fa117cf5..61af7536c31 100644
--- a/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf
+++ b/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf b/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf
index 8ceb61d7fb6..aafd2452268 100644
--- a/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf
+++ b/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/apa7/apa7.dtx b/Master/texmf-dist/source/latex/apa7/apa7.dtx
index fcaeda30fb6..2f816a3f8a3 100644
--- a/Master/texmf-dist/source/latex/apa7/apa7.dtx
+++ b/Master/texmf-dist/source/latex/apa7/apa7.dtx
@@ -4,11 +4,11 @@
% %
% CHANGE THESE VALUES WITH EACH NEW RELEASE: %
% %
-%<class>\ProvidesClass{apa7}[2020/05/27 v1.08 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2020/06/19 v1.09 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2020/05/27}
-\def\apaSevenVersionNumber{1.08}
+\def\apaSevenVersionDate{2020/06/19}
+\def\apaSevenVersionNumber{1.09}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -245,6 +245,8 @@ and the derived files apa7.ins,
%
% \changes{v1.08}{2020/05/27}{Added support for optional running head (shorttitle) in stu mode.}
%
+% \changes{v1.09}{2020/06/19}{Fixed note command (will no longer print "Author Note" header).}
+%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
% Association is widely used in the social sciences. The most
@@ -441,7 +443,7 @@ and the derived files apa7.ins,
% \begin{itemize}
% \item \DescribeMacro{\note}|\note|\marg{note-text}: Notation of
% manuscript date or other information desired beneath the
-% affiliation line
+% affiliation line (not part of the APA 7th edition specification for title page)
% \item \DescribeMacro{\journal}|\journal|\marg{journal-name}: Journal
% name or other note; typeset in the top left header of page 1
% (|jou| and |doc| modes only); to change the starting page to a
@@ -2511,12 +2513,9 @@ and the derived files apa7.ins,
\@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
}
@@ -2542,12 +2541,9 @@ and the derived files apa7.ins,
\@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}
@@ -2555,12 +2551,10 @@ and the derived files apa7.ins,
{}
{%
\vfill%
- \begin{center}%
- \acksname%
- \end{center}%
- \protect\raggedright
+ \section{\normalfont\normalsize\textbf\acksname}
+ \raggedright
\setlength{\parindent}{0.5in}
- \indent\par\@acks%
+ \indent\@acks\par%
}
}
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%
}
}