summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa6
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-02 21:14:05 +0000
committerKarl Berry <karl@freefriends.org>2018-09-02 21:14:05 +0000
commit3f5c36c82f7e0184c17f0d2674d6bb0618cb1aeb (patch)
tree51cc099f84fdd6c8380f8e9ed7376edabe6c5cac /Master/texmf-dist/tex/latex/apa6
parent0408228e9212442a9241e4427a013da20c45cd9e (diff)
apa6 (2sep18)
git-svn-id: svn://tug.org/texlive/trunk@48546 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa6')
-rw-r--r--Master/texmf-dist/tex/latex/apa6/apa6.cls6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls
index a8427c64e5a..0448c82c50a 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}[2017/06/20 v2.32 APA formatting (6th edition)]
+\ProvidesClass{apa6}[2018/09/01 v2.33 APA formatting (6th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -181,7 +181,7 @@
\@ifundefined{def@man}{%
\defbibheading{bibliography}{\section*{\normalfont\refname}}%
}{%
- \defbibheading{bibliography}{\section*{\newpage\normalfont\refname}}%
+ \defbibheading{bibliography}{\clearpage\section*{\normalfont\refname}}%
}
}{}
}
@@ -192,7 +192,7 @@
\@ifundefined{def@man}{%
\defbibheading{bibliography}{\section*{\normalfont\refname}}%
}{%
- \defbibheading{bibliography}{\section*{\newpage\normalfont\refname}}%
+ \defbibheading{bibliography}{\clearpage\section*{\normalfont\refname}}%
}
\ClassInfo{apa6}{The selected bibliography package, biblatex, has been loaded}
}