diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-03 20:45:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-03 20:45:01 +0000 |
commit | 97e6a48f1a9e44e729537262aeed3cd8a2d628cb (patch) | |
tree | 7f269cacb11a0f96ceb1d84582e4bc3c24997f4c /Master/texmf-dist/tex/latex/apa6 | |
parent | f0c23554405bd929a290a9a0532aeecaaf94a255 (diff) |
apa6 (3jul16)
git-svn-id: svn://tug.org/texlive/trunk@41609 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa6')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa6/apa6.cls | 10 |
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} |