texlive[42405] Master/texmf-dist: apa6 (31oct16)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 1 00:02:00 CET 2016


Revision: 42405
          http://tug.org/svn/texlive?view=revision&revision=42405
Author:   karl
Date:     2016-11-01 00:02:00 +0100 (Tue, 01 Nov 2016)
Log Message:
-----------
apa6 (31oct16)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/apa6/apa6.pdf
    trunk/Master/texmf-dist/source/latex/apa6/apa6.dtx
    trunk/Master/texmf-dist/tex/latex/apa6/apa6.cls

Modified: trunk/Master/texmf-dist/doc/latex/apa6/apa6.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/apa6/apa6.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/apa6/apa6.dtx	2016-10-31 23:01:46 UTC (rev 42404)
+++ trunk/Master/texmf-dist/source/latex/apa6/apa6.dtx	2016-10-31 23:02:00 UTC (rev 42405)
@@ -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,8 +297,11 @@
 % 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
 %   Association is widely used in the social sciences.  The most
@@ -2382,6 +2385,7 @@
   }%
 
 % for rotated tables, per Ulrike Fischer:  http://tex.stackexchange.com/a/79843
+  \RequirePackage{etoolbox}
   \AtEndPreamble{%
     \@ifpackageloaded{rotating}{%
       \DeclareDelayedFloatFlavor{sidewaystable}{table}

Modified: trunk/Master/texmf-dist/tex/latex/apa6/apa6.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/apa6/apa6.cls	2016-10-31 23:01:46 UTC (rev 42404)
+++ trunk/Master/texmf-dist/tex/latex/apa6/apa6.cls	2016-10-31 23:02:00 UTC (rev 42405)
@@ -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}



More information about the tex-live-commits mailing list