diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2019-07-05 22:32:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-05 22:32:24 +0700 |
commit | 627da1109486d076dc778506281ae691ccc8e4ed (patch) | |
tree | 80cf5735c912d2c5ac533e14caded1533f1b047e /office/texlive/patches | |
parent | 726b1819cb03c548816ced336accab843e565103 (diff) | |
download | slackbuilds-627da1109486d076dc778506281ae691ccc8e4ed.tar.gz |
office/texlive: Added tabu patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive/patches')
-rw-r--r-- | office/texlive/patches/tabu.sty.diff | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/office/texlive/patches/tabu.sty.diff b/office/texlive/patches/tabu.sty.diff new file mode 100644 index 0000000000..8ebe034d18 --- /dev/null +++ b/office/texlive/patches/tabu.sty.diff @@ -0,0 +1,32 @@ +--- ./tabu.sty.orig 2019-01-14 16:10:48.000000000 -0600 ++++ ./tabu.sty 2019-06-30 16:24:01.975474339 -0500 +@@ -57,7 +57,7 @@ + %% + + \NeedsTeXFormat{LaTeX2e} +-\ProvidesPackage{tabu}[2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-fixed)] ++\ProvidesPackage{tabu}[2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-fixed) + intermediate FMi] + \RequirePackage{array}[2008/09/09] + \RequirePackage{varwidth}[2009/03/30] + \AtEndOfPackage{\tabu@AtEnd \let\tabu@AtEnd \@undefined} +@@ -727,6 +727,10 @@ + \tabu@currentgrouptype\expandafter{\the\currentgrouptype}}% + \fi + }% \tabu@init ++%%TABU-FIXED set up \tabu@currentgrouptype ++%FMi cancel for nested arrays ... ++\def\@tabarray{\m@th\def\tabu@currentgrouptype{\currentgrouptype}\@ifnextchar[\@array{\@array[c]}} ++ + \def\tabu@indent{% correction for indentation + \ifdim \parindent>\z@\ifx \linewidth\tabudefaulttarget + \everypar\expandafter{% +@@ -1663,6 +1667,9 @@ + \ifdim \tabu@temp\p@>\z@ \ifdim \tabu@temp\tabucolX<\tabu@target + \tabu@target=\tabu@temp\tabucolX \fi\fi + \setbox\tabu@box \hbox \bgroup ++%%TABU-FIXED add \color@begingroup ++%%FMi not yet understood why this one is also needed ... ++ \color@begingroup + \begin{varwidth}\tabu@target + \let\FV@ListProcessLine \tabu@FV@ListProcessLine % \hbox to natural width... + \narrowragged \arraybackslash \parfillskip \@flushglue |