summaryrefslogtreecommitdiff
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
parent0408228e9212442a9241e4427a013da20c45cd9e (diff)
apa6 (2sep18)
git-svn-id: svn://tug.org/texlive/trunk@48546 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/apa6/apa6.pdfbin595956 -> 596112 bytes
-rw-r--r--Master/texmf-dist/source/latex/apa6/apa6.dtx13
-rw-r--r--Master/texmf-dist/tex/latex/apa6/apa6.cls6
3 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/apa6/apa6.pdf b/Master/texmf-dist/doc/latex/apa6/apa6.pdf
index af4d854d5dd..91bb18902db 100644
--- a/Master/texmf-dist/doc/latex/apa6/apa6.pdf
+++ b/Master/texmf-dist/doc/latex/apa6/apa6.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/apa6/apa6.dtx b/Master/texmf-dist/source/latex/apa6/apa6.dtx
index f9b31ecb521..9089571f671 100644
--- a/Master/texmf-dist/source/latex/apa6/apa6.dtx
+++ b/Master/texmf-dist/source/latex/apa6/apa6.dtx
@@ -4,11 +4,11 @@
% %
% CHANGE THESE VALUES WITH EACH NEW RELEASE: %
% %
-%<class>\ProvidesClass{apa6}[2017/06/20 v2.32 APA formatting (6th edition)]
+%<class>\ProvidesClass{apa6}[2018/09/01 v2.33 APA formatting (6th edition)]
% %
%<*internal> %
-\def\apaSixVersionDate{2017/06/20}
-\def\apaSixVersionNumber{2.32}
+\def\apaSixVersionDate{2018/09/01}
+\def\apaSixVersionNumber{2.33}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -312,6 +312,9 @@ and the derived files apa6.ins,
% between footnotes) for uniformity across manuscript elements; and
% making footnotes ragged-right justified}
%
+% \changes{v2.33}{2018/09/01}{Eliminated extra blank page before
+% the References page under some circumstances}
+%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
% Association is widely used in the social sciences. The most
@@ -1271,7 +1274,7 @@ and the derived files apa6.ins,
\@ifundefined{def@man}{%
\defbibheading{bibliography}{\section*{\normalfont\refname}}%
}{%
- \defbibheading{bibliography}{\section*{\newpage\normalfont\refname}}%
+ \defbibheading{bibliography}{\clearpage\section*{\normalfont\refname}}%
}
}{}
}
@@ -1282,7 +1285,7 @@ and the derived files apa6.ins,
\@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}
}
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}
}