diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-14 00:18:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-14 00:18:54 +0000 |
commit | f6c18804886386f03c05151e997c1b3bcd95dee0 (patch) | |
tree | af7594bab3bb6f0ba001b598851c4cb72dbcd354 /Master/texmf-dist/tex/latex | |
parent | 848eb3c2564d5f661827124f0bd174ba0f702d26 (diff) |
tabu 1.9 (14jan11)
git-svn-id: svn://tug.org/texlive/trunk@21055 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tabu/tabu.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/tabu/tabu.sty b/Master/texmf-dist/tex/latex/tabu/tabu.sty index b123d51ce9b..fe2b5876561 100644 --- a/Master/texmf-dist/tex/latex/tabu/tabu.sty +++ b/Master/texmf-dist/tex/latex/tabu/tabu.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% tabu : 2010/12/28 v1.8 - tabu : Flexible LaTeX tabulars +%% tabu : 2011/01/15 v1.9 - tabu : Flexible LaTeX tabulars %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -25,7 +25,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] -\ProvidesPackage{tabu}[2010/12/28 v1.8 - flexible LaTeX tabulars (FC)] +\ProvidesPackage{tabu}[2011/01/15 v1.9 - flexible LaTeX tabulars (FC)] \RequirePackage{array}[2008/09/09] \RequirePackage{varwidth}[2009/03/30] \AtEndOfPackage{\tabu@AtEnd\let\tabu@AtEnd\@undefined} @@ -243,13 +243,13 @@ \def\tabu{% \ifmmode \def\tabu@{\array}\def\endtabu{\endarray}% \else \def\tabu@{\tabular}\def\endtabu{\endtabular}\fi + \let\tabu@arrayleft@measure \tabu@arrayleftmeasure \tabu@setup \tabu@settarget }% \tabu \def\longtabu{% \ifmmode\PackageError{tabu}{longtabu not allowed in math mode}\fi \def\tabu@{\longtable}\def\endlongtabu{\endlongtable}% \let\tabu@arrayleft@measure \tabu@long@arrayleft@measure - \let\tabu@endTRIAL \tabu@long@endTRIAL \tabu@setup \tabu@settarget }% \longtabu \def\tabu@nolongtabu{\PackageError{tabu} @@ -561,7 +561,7 @@ }% \tabu@savecounters \let\tabu@TRIAL@hook \@empty \newcommand\tabuDisableCommands[1]{\g@addto@macro\tabu@TRIAL@hook {#1}} -\def\tabu@arrayleft@measure#1\bgroup{% +\def\tabu@arrayleftmeasure#1\bgroup{% \def\tabu@Xfinish{% \tabu@global@Xnested \ifnum0=`{}\fi\endgroup \tabu@global@X #1\bgroup}% @@ -570,7 +570,7 @@ \toks@{\tabu@setup@everycr \let\@preamble \tabu@savedpreamble}% <required for multicolumn> \tabu@collect -}% \tabu@arrayleft@measure +}% \tabu@arrayleftmeasure \long\def\tabu@long@arrayleft@measure #1\LT@bchunk #2\LT@bchunk{% \def\tabu@Xfinish{% \tabu@global@Xnested \ifnum0=`{}\fi\endgroup @@ -580,7 +580,7 @@ \setbox\tabu@box \hbox\bgroup \tabu@setup@everycr \let\@preamble \tabu@savedpreamble \tabu@global@X \LTchunksize\@M - #1\LT@bchunk #2\LT@bchunk \the\toks@ \tabu@endTRIAL}% + #1\LT@bchunk #2\LT@bchunk \the\toks@ \tabu@long@endTRIAL}% \toks@{}%\let\LT@output\relax \tabu@collect }% \tabu@long@arrayleft@measure @@ -1166,7 +1166,7 @@ \the\toks1% \gdef\noexpand\tabu@usetabu{% \the\toks1% - \def\noexpand\@halignto{\@halignto}% + \def\noexpand\@halignto{\tabu@halignto}% \tabucolX \the\tabucolX\relax \def\noexpand\@preamble{\the\toks0}% \noexpand\tabu@make@arstrutbox |