diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/apa6/apa6.pdf | bin | 595373 -> 595555 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/apa6/apa6.dtx | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/apa6/apa6.cls | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/apa6/apa6.pdf b/Master/texmf-dist/doc/latex/apa6/apa6.pdf Binary files differindex d162328f0d5..7cc02e37209 100644 --- a/Master/texmf-dist/doc/latex/apa6/apa6.pdf +++ b/Master/texmf-dist/doc/latex/apa6/apa6.pdf diff --git a/Master/texmf-dist/source/latex/apa6/apa6.dtx b/Master/texmf-dist/source/latex/apa6/apa6.dtx index a8367d86142..803f750900f 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}[2016/07/02 v2.22 APA formatting (6th edition)] +%<class>\ProvidesClass{apa6}[2016/10/31 v2.23 APA formatting (6th edition)] % % %<*internal> % -\def\apaSixVersionDate{2016/07/02} -\def\apaSixVersionNumber{2.22} +\def\apaSixVersionDate{2016/10/31} +\def\apaSixVersionNumber{2.23} % % % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -297,7 +297,10 @@ and the derived files apa6.ins, % rotated tables in `man' mode} % % \changes{v2.22}{2016/07/02}{Bug fix for `floatsintext' option with -% sideways tables}% +% sideways tables} +% +% \changes{v2.23}{2016/10/31}{Bug fix for rotated tables in `man' +% mode} % % \begin{abstract} % The \textit{Publication Manual} of the American Psychological @@ -2382,6 +2385,7 @@ and the derived files apa6.ins, }% % for rotated tables, per Ulrike Fischer: http://tex.stackexchange.com/a/79843 + \RequirePackage{etoolbox} \AtEndPreamble{% \@ifpackageloaded{rotating}{% \DeclareDelayedFloatFlavor{sidewaystable}{table} diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls index 7fc6a46e24a..b04e2862f3f 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/07/02 v2.22 APA formatting (6th edition)] +\ProvidesClass{apa6}[2016/10/31 v2.23 APA formatting (6th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -1047,6 +1047,7 @@ \fi }% + \RequirePackage{etoolbox} \AtEndPreamble{% \@ifpackageloaded{rotating}{% \DeclareDelayedFloatFlavor{sidewaystable}{table} |