diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-26 22:53:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-26 22:53:03 +0000 |
commit | 75b22f44dee84203dad336787614dcb7203ad426 (patch) | |
tree | 3c841a2e69fa03acfbbf0ea1c2739c4177a3d7a8 /Master/texmf-dist/tex/latex/apa6 | |
parent | 1d343ed6417b6271160ed148f3fd6a00e07104ce (diff) |
apa6 (26jun13)
git-svn-id: svn://tug.org/texlive/trunk@30957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa6')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa6/apa6.cls | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls index fc6a90c4117..35c2c0e31fe 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}[2013/01/10 v2.12 APA formatting (6th edition)] +\ProvidesClass{apa6}[2013/06/26 v2.13 APA formatting (6th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -674,8 +674,8 @@ {-\z@\relax}% {\normalfont\normalsize\itshape\hspace{\parindent}{#1}\textit{.}}{\relax}} -\AtBeginDocument{\def\st@rtbibsection{\mspart{References}}}% BDB -- this is for apacite -\AtBeginDocument{\def\bibsection{\mspart{References}}}% BDB -- this is for apacite + natbib +\AtBeginDocument{\def\st@rtbibsection{\mspart{\refname}}}% BDB -- this is for apacite +\AtBeginDocument{\def\bibsection{\mspart{\refname}}}% BDB -- this is for apacite + natbib \newcommand{\mspart}{{\ifapamodeman{\clearpage}{}}\@startsection {section}{1}{\z@}% {\b@level@one@skip}{\e@level@one@skip}% {\centering\normalfont\normalsize}} @@ -728,10 +728,6 @@ \def\makelabel##1{\hss\llap{##1}}}} \let\endAPAitemize=\endlist -\let\enumerate=\APAenumerate -\let\endenumerate=\endAPAenumerate -\let\itemize=\APAitemize -\let\enditemize=\endAPAitemize |