diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa6/apa6.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa6/apa6.cls | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls index 35c2c0e31fe..d906fbc772b 100644 --- a/Master/texmf-dist/tex/latex/apa6/apa6.cls +++ b/Master/texmf-dist/tex/latex/apa6/apa6.cls @@ -10,7 +10,7 @@ %% apa6 - A LaTeX class for formatting documents in compliance with the %% American Psychological Association's Publication Manual, 6th edition %% -%% Copyright (C) 2011-2013 by Brian D. Beitzel <brian at beitzel.com> +%% Copyright (C) 2011-2014 by Brian D. Beitzel <brian at beitzel.com> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either @@ -27,7 +27,7 @@ %% %% ---------------------------------------------------------------------- %% -\ProvidesClass{apa6}[2013/06/26 v2.13 APA formatting (6th edition)] +\ProvidesClass{apa6}[2014/11/20 v2.14 APA formatting (6th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -927,6 +927,9 @@ % changes to section* and section[ (see \def\section above) % Who uses five level heading appendices anyway? \long\def\section##1{% + \makeatletter% + \def\@currentlabelname{##1}% + \makeatother% \ifapamodeman{% \clearpage \setcounter{postfig}{0} @@ -1538,8 +1541,6 @@ \fancyhf{} \renewcommand{\headrulewidth}{0pt} -\setlength{\headwidth}{\textwidth} - \fancypagestyle{otherpage}{% \lhead{\MakeUppercase{\@shorttitle}}% \rhead{\thepage}% @@ -1704,6 +1705,8 @@ \setcounter{secnumdepth}{0} \flushbottom +\setlength{\headwidth}{\textwidth} + \setcounter{topnumber}{2} \def\topfraction{.7} \setcounter{bottomnumber}{2} @@ -1751,7 +1754,7 @@ %% -%% Copyright (C) 2011-2013 by Brian D. Beitzel <brian at beitzel.com> +%% Copyright (C) 2011-2014 by Brian D. Beitzel <brian at beitzel.com> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either |