blob: 8ebe034d189dfbb48716ae8dbc77112758e02d3b (
plain)
1 --- ./tabu.sty.orig 2019-01-14 16:10:48.000000000 -0600
2 +++ ./tabu.sty 2019-06-30 16:24:01.975474339 -0500
3 @@ -57,7 +57,7 @@
4 %%
5
6 \NeedsTeXFormat{LaTeX2e}
7 -\ProvidesPackage{tabu}[2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-fixed)]
8 +\ProvidesPackage{tabu}[2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-fixed) + intermediate FMi]
9 \RequirePackage{array}[2008/09/09]
10 \RequirePackage{varwidth}[2009/03/30]
11 \AtEndOfPackage{\tabu@AtEnd \let\tabu@AtEnd \@undefined}
12 @@ -727,6 +727,10 @@
13 \tabu@currentgrouptype\expandafter{\the\currentgrouptype}}%
14 \fi
15 }% \tabu@init
16 +%%TABU-FIXED set up \tabu@currentgrouptype
17 +%FMi cancel for nested arrays ...
18 +\def\@tabarray{\m@th\def\tabu@currentgrouptype{\currentgrouptype}\@ifnextchar[\@array{\@array[c]}}
19 +
20 \def\tabu@indent{% correction for indentation
21 \ifdim \parindent>\z@\ifx \linewidth\tabudefaulttarget
22 \everypar\expandafter{%
23 @@ -1663,6 +1667,9 @@
24 \ifdim \tabu@temp\p@>\z@ \ifdim \tabu@temp\tabucolX<\tabu@target
25 \tabu@target=\tabu@temp\tabucolX \fi\fi
26 \setbox\tabu@box \hbox \bgroup
27 +%%TABU-FIXED add \color@begingroup
28 +%%FMi not yet understood why this one is also needed ...
29 + \color@begingroup
30 \begin{varwidth}\tabu@target
31 \let\FV@ListProcessLine \tabu@FV@ListProcessLine % \hbox to natural width...
32 \narrowragged \arraybackslash \parfillskip \@flushglue
|