summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa6/apa6.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-21 00:47:20 +0000
committerKarl Berry <karl@freefriends.org>2014-11-21 00:47:20 +0000
commit0b70c983e8bb41baa9fa707f5f115eed11ddf514 (patch)
treef749e2d0753646b19fd04390380d745c9db81938 /Master/texmf-dist/tex/latex/apa6/apa6.cls
parent482524ad9e0c198448d651d2334f36e4da04e37d (diff)
apa6 (20nov14)
git-svn-id: svn://tug.org/texlive/trunk@35631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa6/apa6.cls')
-rw-r--r--Master/texmf-dist/tex/latex/apa6/apa6.cls13
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