summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa6/apa6.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-12 00:00:46 +0000
committerKarl Berry <karl@freefriends.org>2013-01-12 00:00:46 +0000
commit55bb654df2d5a76f479c4f654bb95c2612c96a38 (patch)
tree9008cdc2bdf8c2be686da1f9ce2c474212191e91 /Master/texmf-dist/tex/latex/apa6/apa6.cls
parent2328ae1b0bd32c4d2bbbef62db3ff39b44541cbe (diff)
apa6 (11jan13)
git-svn-id: svn://tug.org/texlive/trunk@28802 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.cls26
1 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls
index d8c087b7c04..fc6a90c4117 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, 2012 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2013 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}[2012/12/29 v2.11 APA formatting (6th edition)]
+\ProvidesClass{apa6}[2013/01/10 v2.12 APA formatting (6th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -1425,6 +1425,13 @@
\fancyhead[RO]{\stiny{\@ccoppy}\vspace{-0.15\baselineskip}\\
\stiny{\@copnum}}
\fancyfoot[CO]{\small\rm\thepage}
+ % the following are needed if the starting page number is changed to
+ % an even number:
+ \fancyhead[LE]{\stiny{\@journal}\vspace{-0.15\baselineskip}\\
+ \stiny{\@vvolume}}
+ \fancyhead[RE]{\stiny{\@ccoppy}\vspace{-0.15\baselineskip}\\
+ \stiny{\@copnum}}
+ \fancyfoot[CE]{\small\rm\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\thispagestyle{fancy}
@@ -1468,10 +1475,15 @@
\setcounter{secnumdepth}{0}
-\def\ps@myheadings{\let\@mkboth\@gobbletwo
-\def\@oddhead{\hbox{}\rightmark \hfil
-\large\rm\thepage}\def\@oddfoot{}\def\@evenhead{\large\rm \thepage\hfil\leftmark\hbox
-{}}\def\@evenfoot{}\def\sectionmark##1{}\def\subsectionmark##1{}}
+\def\ps@myheadings{%
+ \let\@mkboth\@gobbletwo
+ \def\@oddhead{\hbox{}\rightmark \hfil\rm\thepage}
+ \def\@oddfoot{}
+ \def\@evenhead{\rm\thepage\hfil\leftmark\hbox{}}
+ \def\@evenfoot{}
+ \def\sectionmark##1{}
+ \def\subsectionmark##1{}
+}
\pagestyle{myheadings}
@@ -1743,7 +1755,7 @@
%%
-%% Copyright (C) 2011, 2012 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2013 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