summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/apa7
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-05-05 03:00:58 +0000
committerNorbert Preining <norbert@preining.info>2020-05-05 03:00:58 +0000
commit12fef7aa53e3695c36d3650fa4fb98f991bc223e (patch)
tree851ce6216775d5d7b763952c5c861e86a7f48a03 /macros/latex/contrib/apa7
parent47af91cb8475b7352015cf05ce881e6b8415112d (diff)
CTAN sync 202005050300
Diffstat (limited to 'macros/latex/contrib/apa7')
-rw-r--r--macros/latex/contrib/apa7/apa7.dtx36
-rw-r--r--macros/latex/contrib/apa7/apa7.pdfbin514782 -> 520965 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/longsample.pdfbin195755 -> 196731 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/shortsample.pdfbin58843 -> 63826 bytes
4 files changed, 23 insertions, 13 deletions
diff --git a/macros/latex/contrib/apa7/apa7.dtx b/macros/latex/contrib/apa7/apa7.dtx
index b670b67b92..5eb0137424 100644
--- a/macros/latex/contrib/apa7/apa7.dtx
+++ b/macros/latex/contrib/apa7/apa7.dtx
@@ -4,11 +4,11 @@
% %
% CHANGE THESE VALUES WITH EACH NEW RELEASE: %
% %
-%<class>\ProvidesClass{apa7}[2020/3/27 v1.05 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2020/05/04 v1.06 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2020/3/27}
-\def\apaSevenVersionNumber{1.05}
+\def\apaSevenVersionDate{2020/05/04}
+\def\apaSevenVersionNumber{1.06}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -235,10 +235,11 @@ and the derived files apa7.ins,
%
% \changes{v1.03}{2019/12/29}{Updated class to detect babel package in document and localize accordingly.}
%
-% \changes{v1.04}{2019/12/30}{Added table of contents.}
-% \changes{v1.04}{2019/12/30}{Updated documentation and added correct license statement to cls for apa6 package.}
+% \changes{v1.04}{2019/12/30}{Added table of contents. Updated documentation and added correct license statement to cls for apa6 package.}
%
-% \changes{v1.05}{2020/3/27}{Fixed float placement at end for man and stu mode to ensure one correctly placed figure/table per page. Thanks WC!}
+% \changes{v1.05}{2020/03/27}{Fixed float placement at end for man and stu mode to ensure one correctly placed figure/table per page. Thanks WC.}
+%
+% \changes{v1.06}{2020/05/04}{Added figurenote command.}
%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
@@ -543,6 +544,9 @@ and the derived files apa7.ins,
% | \centering|\par\vspace{-.5em}
% | \begin{threeparttable}|\par
% \item
+% \DescribeMacro{\figurenote}|\figurenote|\marg{figure-note-text}:
+% Formats figure note when placed immidiatly after |\includegraphic|, |\fitfigure|, or similar command within |\begin{figure}| and |\end{figure}|.
+% \item
% \DescribeMacro{\fitfigure}|\fitfigure|\oarg{height}\marg{eps-filename}:
% Automatically fit a postscript figure; use instead of
% |\includegraphics|
@@ -1785,6 +1789,7 @@ and the derived files apa7.ins,
%
%=============================================================
+\newcommand{\figurenote}[1]{\newline \small \textit{Note.} {#1}}
% Code from theapa.sty
@@ -3496,21 +3501,24 @@ and the derived files apa7.ins,
\begin{document}
\maketitle
We begin with \textcite{Shotton1989}. We can also cite this work in
-parenthesis, like this: \parencite{Shotton1989}.
-
-A three-author paper \parencite[e.g.,][]{Lassen2006} lists all
-three authors for the first citation, then only the first author
-on all subsequent citations \parencite{Lassen2006}.
+parenthesis, like this: \parencite{Lassen2006}.
Note the use of five heading levels throughout this demonstration
Method section.
\section{Method}
\subsection{Participants}
-We had a lot of people in this study.
+We had a lot of people in this study, show in Figure \ref{fig:Figure1}.
+
+\begin{figure}[htbp]
+ \caption{This is my figure caption.}
+ \includegraphics[bb=0in 0in 2.5in 2.5in, height=1.4in, width=1.4in]{Figure1.pdf}
+ \figurenote{This is an awesome figure.}
+ \label{fig:Figure1}
+\end{figure}
\subsection{Materials}
-Several materials were used for this project. Some of themwere
+Several materials were used for this project. Some of them were
already created for prior research.
\subsubsection{Paper-and-Pencil Instrument}
@@ -3675,6 +3683,7 @@ Table~\ref{tab:BasicTable} summarizes the data. \lipsum[15]
\begin{figure}
\caption{This is my first figure caption.}
\includegraphics[bb=0in 0in 2.5in 2.5in, height=2.5in, width=2.5in]{Figure1.pdf}
+ \figurenote{This is a great figure.}
\label{fig:Figure1}
\end{figure}
@@ -3700,6 +3709,7 @@ As shown in Figure~\ref{fig:Figure2}, these results are impressive. \lipsum[20]
\begin{figure}
\caption{This is my second figure caption.}
\includegraphics[bb=0in 0in 2.5in 2.5in, height=2.5in, width=2.5in]{Figure1.pdf}
+ \figurenote{This is a great appendix figure.}
\label{fig:Figure2}
\end{figure}
diff --git a/macros/latex/contrib/apa7/apa7.pdf b/macros/latex/contrib/apa7/apa7.pdf
index 65bee10d57..c854fb9117 100644
--- a/macros/latex/contrib/apa7/apa7.pdf
+++ b/macros/latex/contrib/apa7/apa7.pdf
Binary files differ
diff --git a/macros/latex/contrib/apa7/samples/longsample.pdf b/macros/latex/contrib/apa7/samples/longsample.pdf
index 2d327622a4..e7ea5d3a3c 100644
--- a/macros/latex/contrib/apa7/samples/longsample.pdf
+++ b/macros/latex/contrib/apa7/samples/longsample.pdf
Binary files differ
diff --git a/macros/latex/contrib/apa7/samples/shortsample.pdf b/macros/latex/contrib/apa7/samples/shortsample.pdf
index 7a69897514..68e951e2c7 100644
--- a/macros/latex/contrib/apa7/samples/shortsample.pdf
+++ b/macros/latex/contrib/apa7/samples/shortsample.pdf
Binary files differ