summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/apa7
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-04-11 21:32:08 +0000
committerKarl Berry <karl@freefriends.org>2021-04-11 21:32:08 +0000
commit47f46eeed8b4a1df4d0a1387953b380be33fd1d3 (patch)
tree4270e2fed08aa66bb64c4d92fc3f6886f8eddb78 /Master/texmf-dist/source/latex/apa7
parent1d8dc69d7f206a5162439a3b8d4dbe449c85ff6c (diff)
apa7
git-svn-id: svn://tug.org/texlive/trunk@58835 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/apa7')
-rw-r--r--Master/texmf-dist/source/latex/apa7/apa7.dtx14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/apa7/apa7.dtx b/Master/texmf-dist/source/latex/apa7/apa7.dtx
index 20bc61a2c7b..10da0cabda1 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}[2021/04/05 v2.11 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2021/04/08 v2.12 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2021/04/05}
-\def\apaSevenVersionNumber{2.11}
+\def\apaSevenVersionDate{2021/04/08}
+\def\apaSevenVersionNumber{2.12}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -271,6 +271,8 @@ and the derived files apa7.ins,
%
% \changes{v2.11}{2021/04/05}{Updated linebreaks in caption separators to prevent warning. }
%
+% \changes{v2.12}{2021/04/08}{Reset equation counter for every appendix (like for figures and tables). Thanks mmrabe. }
+%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
% Association is widely used in the social sciences. The most
@@ -2248,6 +2250,8 @@ and the derived files apa7.ins,
\def\apaSevenapptab{%
\renewcommand\thetable{\theappendix\@arabic\c@table}%
\ifapamodeman{\renewcommand\theposttbl{\theappendix\arabic{posttbl}}}{}}
+\def\apaSevenappeq{%
+ \renewcommand\theequation{\theappendix\@arabic\c@equation}}
\newif\ifoneappendix
\oneappendixtrue % one appendix by default
\newif\ifappendix
@@ -2260,6 +2264,7 @@ and the derived files apa7.ins,
\appendixtrue
\apaSevenappfig
\apaSevenapptab
+ \apaSevenappeq
% \ifapamodejou{}{\clearpage} %% commented out -- thp 2005/07/23
\let\old@apaSeven@section=\section % This will not work right with five levels in appendix.
% Should go into \section, not \leveltwo but would also require
@@ -2290,6 +2295,7 @@ and the derived files apa7.ins,
}%
\setcounter{figure}{0}%
\setcounter{table}{0}%
+ \setcounter{equation}{0}%
\vskip2.5ex%
% \addtocounter{appendix}{1}%
\refstepcounter{appendix}% 2002/07/20 this takes care of references too
@@ -3874,4 +3880,4 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
%\end{macro}
%
%
-%\Finale \ No newline at end of file
+%\Finale