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.cls10
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls
index 470618b483d..b72d0072700 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/11/14 v2.05 APA formatting (7th edition)]
+\ProvidesClass{apa7}[2020/12/02 v2.06 APA formatting (7th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -375,6 +375,7 @@
\def\acksname{Author Note}
\def\keywordname{Keywords}
\def\notesname{Footnotes}
+\def\notelabel{Note}
\AtBeginDocument{% so that we know what language is active in babel
@@ -728,7 +729,12 @@
-\newcommand{\figurenote}[1]{\par \small \textit{Note.} {#1}}
+\newcommand{\figurenote}[1]{\par \small \textit{\notelabel.} {#1}}
+\newcommand{\tablenote}[1]{\begin{tablenotes}[para,flushleft]
+ {\small
+ \textit{\notelabel.} {#1}
+ }
+ \end{tablenotes}}
\newcounter{APAenum}