|
|
0067d1 |
--- tabu.sty.old 2019-01-14 17:10:48.000000000 -0500
|
|
|
0067d1 |
+++ tabu.sty 2019-12-11 09:16:55.745034664 -0500
|
|
|
0067d1 |
@@ -52,12 +52,12 @@
|
|
|
0067d1 |
%% lppl copyright 2010-2011 by FC <florent.chervet@free.fr>
|
|
|
0067d1 |
%%
|
|
|
0067d1 |
%% Updated 2019-01-11
|
|
|
0067d1 |
-%% Copyright 2019 tabu-fixed github group (LaTeX3 Project members)
|
|
|
0067d1 |
-%% Please report any issues at https://github.com/tabu-fixed/tabu
|
|
|
0067d1 |
+%% Copyright 2019 tabu-issues-for-future-maintainer github group (LaTeX3 Project members)
|
|
|
0067d1 |
+%% Please report any issues at https://github.com/tabu-issues-for-future-maintainer/tabu
|
|
|
0067d1 |
%%
|
|
|
0067d1 |
|
|
|
0067d1 |
\NeedsTeXFormat{LaTeX2e}
|
|
|
0067d1 |
-\ProvidesPackage{tabu}[2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-fixed)]
|
|
|
0067d1 |
+\ProvidesPackage{tabu}[2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-issues-for-future-maintainer) + intermediate FMi]
|
|
|
0067d1 |
\RequirePackage{array}[2008/09/09]
|
|
|
0067d1 |
\RequirePackage{varwidth}[2009/03/30]
|
|
|
0067d1 |
\AtEndOfPackage{\tabu@AtEnd \let\tabu@AtEnd \@undefined}
|
|
|
0067d1 |
@@ -727,6 +727,10 @@
|
|
|
0067d1 |
\tabu@currentgrouptype\expandafter{\the\currentgrouptype}}%
|
|
|
0067d1 |
\fi
|
|
|
0067d1 |
}% \tabu@init
|
|
|
0067d1 |
+%%TABU-FIXED set up \tabu@currentgrouptype
|
|
|
0067d1 |
+%FMi cancel for nested arrays ...
|
|
|
0067d1 |
+\def\@tabarray{\m@th\def\tabu@currentgrouptype{\currentgrouptype}\@ifnextchar[\@array{\@array[c]}}
|
|
|
0067d1 |
+
|
|
|
0067d1 |
\def\tabu@indent{% correction for indentation
|
|
|
0067d1 |
\ifdim \parindent>\z@\ifx \linewidth\tabudefaulttarget
|
|
|
0067d1 |
\everypar\expandafter{%
|
|
|
0067d1 |
@@ -1663,6 +1667,9 @@
|
|
|
0067d1 |
\ifdim \tabu@temp\p@>\z@ \ifdim \tabu@temp\tabucolX<\tabu@target
|
|
|
0067d1 |
\tabu@target=\tabu@temp\tabucolX \fi\fi
|
|
|
0067d1 |
\setbox\tabu@box \hbox \bgroup
|
|
|
0067d1 |
+%%TABU-FIXED add \color@begingroup
|
|
|
0067d1 |
+%%FMi not yet understood why this one is also needed ...
|
|
|
0067d1 |
+ \color@begingroup
|
|
|
0067d1 |
\begin{varwidth}\tabu@target
|
|
|
0067d1 |
\let\FV@ListProcessLine \tabu@FV@ListProcessLine % \hbox to natural width...
|
|
|
0067d1 |
\narrowragged \arraybackslash \parfillskip \@flushglue
|