summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/apa7/apa7.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/apa7/apa7.dtx')
-rw-r--r--Master/texmf-dist/source/latex/apa7/apa7.dtx16
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/apa7/apa7.dtx b/Master/texmf-dist/source/latex/apa7/apa7.dtx
index 4641281267d..b670b67b92a 100644
--- a/Master/texmf-dist/source/latex/apa7/apa7.dtx
+++ b/Master/texmf-dist/source/latex/apa7/apa7.dtx
@@ -4,11 +4,11 @@
% %
% CHANGE THESE VALUES WITH EACH NEW RELEASE: %
% %
-%<class>\ProvidesClass{apa7}[2019/12/30 v1.04 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2020/3/27 v1.05 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2019/12/30}
-\def\apaSevenVersionNumber{1.04}
+\def\apaSevenVersionDate{2020/3/27}
+\def\apaSevenVersionNumber{1.05}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20,7 +20,7 @@
apa7 - A LaTeX class for formatting documents in compliance with the
American Psychological Association's Publication Manual, 7th edition
-Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
@@ -61,7 +61,7 @@ manuscript type has been added. See the documentation for details.
apa7 - A LaTeX class for formatting documents in compliance with the
American Psychological Association's Publication Manual, 7th edition
-Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
@@ -81,7 +81,7 @@ by, the American Psychological Association.
\endpreamble
\postamble
-Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
@@ -238,6 +238,8 @@ and the derived files apa7.ins,
% \changes{v1.04}{2019/12/30}{Added table of contents.}
% \changes{v1.04}{2019/12/30}{Updated documentation and added correct license statement to cls for apa6 package.}
%
+% \changes{v1.05}{2020/3/27}{Fixed float placement at end for man and stu mode to ensure one correctly placed figure/table per page. Thanks WC!}
+%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
% Association is widely used in the social sciences. The most
@@ -2268,6 +2270,7 @@ and the derived files apa7.ins,
\@noendfloatfig
\else
\efloat@condopen{fff}
+ \@nameuse{efloat@separator@fff}%
\efloat@iwrite{fff}{\string\begin{figure*}[hbt]}%
\global\def\@figure@written{\relax}% Set a flag that there is at least one figure -- thp 20010705
%% should be a global declaration to be "visible" at end document
@@ -2292,6 +2295,7 @@ and the derived files apa7.ins,
\@noendfloattab
\else
\efloat@condopen{ttt}
+ \@nameuse{efloat@separator@ttt}%
\efloat@iwrite{ttt}{\string\begin{table*}[hbt]}%
\ifnextchar[{\gobbleuntilnext[}{}
\@ifundefined{hrm}{}{%