diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-24 23:44:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-24 23:44:45 +0000 |
commit | 63adbb64d2b9021aad1f190588588f3d47dfe8a2 (patch) | |
tree | 4e4a77262438d2a3a054cad0c3b43d69101e8981 /Master/texmf-dist/tex/latex/apa6/apa6.cls | |
parent | 7a1271291291156b4704674a3b5bcd814fcc0c5e (diff) |
apa6 1.25 (24feb12)
git-svn-id: svn://tug.org/texlive/trunk@25497 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.cls | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls index b5e5ac27177..77c6c36c39b 100644 --- a/Master/texmf-dist/tex/latex/apa6/apa6.cls +++ b/Master/texmf-dist/tex/latex/apa6/apa6.cls @@ -27,7 +27,7 @@ %% %% ---------------------------------------------------------------------- %% -\ProvidesClass{apa6}[2012/02/15 v1.2 APA formatting (6th edition)] +\ProvidesClass{apa6}[2012/02/23 v1.25 APA formatting (6th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -345,6 +345,7 @@ \def\rheadname{Running head} \def\acksname{Author Note} +\def\keywordname{Keywords} \def\notesname{Footnotes} \AtBeginDocument{% so that we know what language is active in babel @@ -639,20 +640,29 @@ \setcounter{secnumdepth}{0} + \renewcommand{\section}{\@startsection {section}{1}{\z@}% {\b@level@one@skip}{\e@level@one@skip}% {\centering\normalfont\normalsize\bfseries}} + \renewcommand{\subsection}{\@startsection{subsection}{2}{\z@}% {\b@level@two@skip}{\e@level@two@skip}% {\normalfont\normalsize\bfseries}} -\renewcommand{\subsubsection}[1]{\@startsection{subsubsection}{3}{1em}% + + +\newcommand*{\addperi}[1]{#1.} + +\renewcommand{\subsubsection}{\@startsection{subsubsection}{3}{\parindent}% {0\baselineskip \@plus 0.2ex \@minus 0.2ex}% - {-\z@\relax}% - {\normalfont\normalsize\bfseries\hspace{\parindent}{#1}\textbf{.}}{\relax}} -\renewcommand{\paragraph}[1]{\@startsection{paragraph}{4}{1em}% + {-1em}% + {\normalfont\normalsize\bfseries\addperi}} + + +\renewcommand{\paragraph}{\@startsection{paragraph}{4}{\parindent}% {0\baselineskip \@plus 0.2ex \@minus 0.2ex}% - {-\z@\relax}% - {\normalfont\normalsize\bfseries\itshape\hspace{\parindent}{#1}\textbf{\textit{.}}}{\relax}} + {-1em}% + {\normalfont\normalsize\bfseries\itshape\addperi}} + \renewcommand{\subparagraph}[1]{\@startsection{subparagraph}{5}{1em}% {0\baselineskip \@plus 0.2ex \@minus 0.2ex}% {-\z@\relax}% @@ -1212,7 +1222,7 @@ \noindent\@abstract\par% BDB \@ifundefined{@keywords}{}{% \setlength{\parindent}{0.4in}% BDB - \indent\textit{Keywords:} \@keywords% + \indent\textit{\keywordname:} \@keywords% }% \newpage } @@ -1737,7 +1747,6 @@ %% This work is not endorsed by, affiliated with, or probably even known %% by, the American Psychological Association. %% -%% %% This work is "maintained" (as per LPPL maintenance status) by %% Brian D. Beitzel. %% |