diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7/apa7.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa7/apa7.cls | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls index 5ff2bf5d47e..ed937ca1f70 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/05/10 v1.07 APA formatting (7th edition)] +\ProvidesClass{apa7}[2020/05/27 v1.08 APA formatting (7th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -826,6 +826,8 @@ \ClassWarningNoLine{apa7}{Professor not defined}}{} \@ifundefined{@duedate}{% \ClassInfo{apa7}{Due date not defined}}{} + \@ifundefined{@shorttitle}{% + \def\@shorttitle{}}{} } \@ifundefined{@authorSix}{% % -- thp 2006/01/05 \@ifundefined{@authorFive}{% % -- thp 2006/01/05 @@ -1020,7 +1022,6 @@ \fancyhf{} \renewcommand{\headrulewidth}{0pt} -\@ifundefined{def@stu}{ %Professional manuscript \fancypagestyle{titlepage}{% \lhead{\MakeUppercase{\@shorttitle}}% \rhead{\thepage}% @@ -1029,15 +1030,7 @@ \lhead{\MakeUppercase{\@shorttitle}}% \rhead{\thepage}% } -\pagestyle{otherpage}}{ %Student manuscript -\fancypagestyle{titlepage}{% - \rhead{\thepage}% -} -\fancypagestyle{otherpage}{% - \rhead{\thepage}% -} \pagestyle{otherpage} -} %% added by BDB to make section heading non-bolface |