summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/apa6/apa6.cls10
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls
index 544717e0037..7fc6a46e24a 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}[2016/05/26 v2.20 APA formatting (6th edition)]
+\ProvidesClass{apa6}[2016/07/02 v2.22 APA formatting (6th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -1046,6 +1046,14 @@
\endlinechar`\^^M \catcode`\^^M=12 \ef@xtable%
\fi
}%
+
+ \AtEndPreamble{%
+ \@ifpackageloaded{rotating}{%
+ \DeclareDelayedFloatFlavor{sidewaystable}{table}
+ \DeclareDelayedFloatFlavor{sidewaysfigure}{figure}
+ }{}%
+ }%
+
}{%
\RequirePackage{float}
\floatplacement{figure}{htb}