summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa7/apa7.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-06 22:18:00 +0000
committerKarl Berry <karl@freefriends.org>2020-12-06 22:18:00 +0000
commit9cbd45f6516e522fc3964428fab3da30fa246522 (patch)
tree5a71dd8762d38917f5a1f70f35f1afa6d43560ff /Master/texmf-dist/tex/latex/apa7/apa7.cls
parentc118fd3e0e8c7e3dc3054603ab6b02af467a6379 (diff)
apa7 (6dec20)
git-svn-id: svn://tug.org/texlive/trunk@57083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7/apa7.cls')
-rw-r--r--Master/texmf-dist/tex/latex/apa7/apa7.cls22
1 files changed, 15 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls
index b72d0072700..f494857eace 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/12/02 v2.06 APA formatting (7th edition)]
+\ProvidesClass{apa7}[2020/12/05 v2.07 APA formatting (7th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -1284,28 +1284,36 @@
}
}{% mask author identity -- show nothing in the author or author note space
}}{% Student Manuscript
+ \@ifundefined{apaSeven@maskauthoridentity}{% BDB
\displayauthors \\
\displayaffiliations
-
+ }{% mask author identity -- show nothing in the author or affiliations space
+ }
\@course \\
\@professor \\
\@duedate \\
+ \@ifundefined{apaSeven@maskauthoridentity}{% BDB
\@ifundefined{@note}
{\vspace*{\baselineskip} }
{\@note}
+ }{% mask author identity -- show nothing in the note space
+ }
\end{center}
\@ifundefined{@acks}
{}
{%
- \vfill%
- \section{\normalfont\normalsize\textbf\acksname}
- \raggedright
- \setlength{\parindent}{0.5in}
- \indent\@acks\par%
+ \@ifundefined{apaSeven@maskauthoridentity}{% BDB
+ \vfill%
+ \section{\normalfont\normalsize\textbf\acksname}
+ \raggedright
+ \setlength{\parindent}{0.5in}
+ \indent\@acks\par%
+ }{% mask author identity -- show nothing in the author note space
+ }
}
}