summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa7/apa7.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7/apa7.cls')
-rw-r--r--Master/texmf-dist/tex/latex/apa7/apa7.cls6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls
index 289bd531576..5fc4b5c8296 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}[2021/04/05 v2.11 APA formatting (7th edition)]
+\ProvidesClass{apa7}[2021/04/08 v2.12 APA formatting (7th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -1034,6 +1034,8 @@
\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
@@ -1044,6 +1046,7 @@
\appendixtrue
\apaSevenappfig
\apaSevenapptab
+ \apaSevenappeq
\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
% changes to section* and section[ (see \def\section above)
@@ -1060,6 +1063,7 @@
}%
\setcounter{figure}{0}%
\setcounter{table}{0}%
+ \setcounter{equation}{0}%
\vskip2.5ex%
\refstepcounter{appendix}% 2002/07/20 this takes care of references too
\ifnum\c@appendix>1\immediate\write\@auxout{\global\string\oneappendixfalse}\fi%