texlive[57083] Master/texmf-dist: apa7 (6dec20)

commits+karl at tug.org commits+karl at tug.org
Sun Dec 6 23:18:00 CET 2020


Revision: 57083
          http://tug.org/svn/texlive?view=revision&revision=57083
Author:   karl
Date:     2020-12-06 23:18:00 +0100 (Sun, 06 Dec 2020)
Log Message:
-----------
apa7 (6dec20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/apa7/apa7.pdf
    trunk/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf
    trunk/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf
    trunk/Master/texmf-dist/source/latex/apa7/apa7.dtx
    trunk/Master/texmf-dist/tex/latex/apa7/apa7.cls

Modified: trunk/Master/texmf-dist/doc/latex/apa7/apa7.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/apa7/apa7.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/apa7/apa7.dtx	2020-12-06 22:17:44 UTC (rev 57082)
+++ trunk/Master/texmf-dist/source/latex/apa7/apa7.dtx	2020-12-06 22:18:00 UTC (rev 57083)
@@ -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 @@
 %
 % \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,17 +2611,22 @@
        }
   }{%  mask author identity -- show nothing in the author or author note space
   }}{% Student Manuscript
+    \@ifundefined{apaSeven at maskauthoridentity}{%  BDB
       \displayauthors \\
       
       \displayaffiliations
-      
+    }{%  mask author identity -- show nothing in the author or affiliations space
+    }
       \@course \\ 
       \@professor \\ 
       \@duedate \\ 
       
+    \@ifundefined{apaSeven at maskauthoridentity}{%  BDB
       \@ifundefined{@note}
        {\vspace*{\baselineskip} }
        {\@note}
+    }{%  mask author identity -- show nothing in the note space
+    }
        
         \end{center}
        
@@ -2626,11 +2633,14 @@
        \@ifundefined{@acks}
        {}
        {%
-         \vfill%
-        \section{\normalfont\normalsize\textbf\acksname}
-         \raggedright
-         \setlength{\parindent}{0.5in}
-         \indent\@acks\par%
+         \@ifundefined{apaSeven at 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
+         }
        }
   
   }

Modified: trunk/Master/texmf-dist/tex/latex/apa7/apa7.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/apa7/apa7.cls	2020-12-06 22:17:44 UTC (rev 57082)
+++ trunk/Master/texmf-dist/tex/latex/apa7/apa7.cls	2020-12-06 22:18:00 UTC (rev 57083)
@@ -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,17 +1284,22 @@
        }
   }{%  mask author identity -- show nothing in the author or author note space
   }}{% Student Manuscript
+    \@ifundefined{apaSeven at maskauthoridentity}{%  BDB
       \displayauthors \\
 
       \displayaffiliations
-
+    }{%  mask author identity -- show nothing in the author or affiliations space
+    }
       \@course \\
       \@professor \\
       \@duedate \\
 
+    \@ifundefined{apaSeven at maskauthoridentity}{%  BDB
       \@ifundefined{@note}
        {\vspace*{\baselineskip} }
        {\@note}
+    }{%  mask author identity -- show nothing in the note space
+    }
 
         \end{center}
 
@@ -1301,11 +1306,14 @@
        \@ifundefined{@acks}
        {}
        {%
-         \vfill%
-        \section{\normalfont\normalsize\textbf\acksname}
-         \raggedright
-         \setlength{\parindent}{0.5in}
-         \indent\@acks\par%
+         \@ifundefined{apaSeven at 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
+         }
        }
 
   }



More information about the tex-live-commits mailing list.