diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/apa7/apa7.pdf | bin | 528558 -> 529393 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf | bin | 196742 -> 196742 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf | bin | 65283 -> 65283 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/apa7/apa7.dtx | 28 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/apa7/apa7.cls | 22 |
5 files changed, 34 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/apa7/apa7.pdf b/Master/texmf-dist/doc/latex/apa7/apa7.pdf Binary files differindex bb8143e7308..da38725b275 100644 --- a/Master/texmf-dist/doc/latex/apa7/apa7.pdf +++ b/Master/texmf-dist/doc/latex/apa7/apa7.pdf diff --git a/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf b/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf Binary files differindex 3a0781313ae..ac4d3d972fe 100644 --- a/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf +++ b/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf diff --git a/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf b/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf Binary files differindex c1af2bc0e48..40cbc5cbca7 100644 --- a/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf +++ b/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf diff --git a/Master/texmf-dist/source/latex/apa7/apa7.dtx b/Master/texmf-dist/source/latex/apa7/apa7.dtx index db1a78aa66d..036099821c3 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}[2020/12/02 v2.06 APA formatting (7th edition)] +%<class>\ProvidesClass{apa7}[2020/12/05 v2.07 APA formatting (7th edition)] % % %<*internal> % -\def\apaSevenVersionDate{2020/12/02} -\def\apaSevenVersionNumber{2.06} +\def\apaSevenVersionDate{2020/12/05} +\def\apaSevenVersionNumber{2.07} % % % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -261,6 +261,8 @@ and the derived files apa7.ins, % % \changes{v2.06}{2020/12/02}{Added tablenote command. Added "Note." for table/figure notes to localization files. } % +% \changes{v2.07}{2020/12/05}{Extended mask command to also mask in stu mode. } +% % \begin{abstract} % The \textit{Publication Manual} of the American Psychological % Association is widely used in the social sciences. The most @@ -2609,28 +2611,36 @@ and the derived files apa7.ins, } }{% 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 + } } } 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 + } } } |