summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa7/apa7.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7/apa7.cls')
-rw-r--r--Master/texmf-dist/tex/latex/apa7/apa7.cls8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls
index e0030ebc10f..ec8dcc20feb 100644
--- a/Master/texmf-dist/tex/latex/apa7/apa7.cls
+++ b/Master/texmf-dist/tex/latex/apa7/apa7.cls
@@ -10,7 +10,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
@@ -27,7 +27,7 @@
%%
%% ----------------------------------------------------------------------
%%
-\ProvidesClass{apa7}[2019/12/30 v1.04 APA formatting (7th edition)]
+\ProvidesClass{apa7}[2020/3/27 v1.05 APA formatting (7th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -1058,6 +1058,7 @@
\@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
@@ -1078,6 +1079,7 @@
\@noendfloattab
\else
\efloat@condopen{ttt}
+ \@nameuse{efloat@separator@ttt}%
\efloat@iwrite{ttt}{\string\begin{table*}[hbt]}%
\ifnextchar[{\gobbleuntilnext[}{}
\@ifundefined{hrm}{}{%
@@ -1841,7 +1843,7 @@
%%
-%% 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