diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tabu/tabu.sty | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/tabu/tabu.sty b/Master/texmf-dist/tex/latex/tabu/tabu.sty index 5c5dfc6320d..e870b769172 100644 --- a/Master/texmf-dist/tex/latex/tabu/tabu.sty +++ b/Master/texmf-dist/tex/latex/tabu/tabu.sty @@ -9,7 +9,7 @@ %% This is a generated file. %% Copyright (FC) 2010-2011 - lppl %% -%% tabu : 2011/02/17 v2.4 - tabu : Flexible LaTeX tabulars +%% tabu : 2011/02/19 v2.5 - tabu : Flexible LaTeX tabulars %% %% ********************************************************************************************** %% \begin{tabu} { preamble } => default target: \linewidth or \linegoal @@ -63,7 +63,7 @@ %% lppl copyright 2010-2011 by FC <florent.chervet@free.fr> %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] -\ProvidesPackage{tabu}[2011/02/17 v2.4 - flexible LaTeX tabulars (FC)] +\ProvidesPackage{tabu}[2011/02/19 v2.5 - flexible LaTeX tabulars (FC)] \RequirePackage{array}[2008/09/09] \RequirePackage{varwidth}[2009/03/30] \AtEndOfPackage{\tabu@AtEnd \let\tabu@AtEnd \@undefined} @@ -201,6 +201,7 @@ \def\tabu@savedecl{\ifcat$\d@llarend\else \let\save@decl \tabu@save@decl \fi % no inversion of tokens in text mode }% \tabu@savedecl +\def\tabu@finalstrut #1{\unskip\ifhmode\nobreak\fi\vrule height\z@ depth\z@ width\z@} \newcommand*\tabuDisableCommands {\g@addto@macro\tabu@trialh@@k } \let\tabu@trialh@@k \@empty \def\tabu@nowrite #1#{{\afterassignment}\toks@} @@ -719,10 +720,6 @@ \box\z@}% \fi\fi }% \tabu@indent -\ifdefined\pdfelapsedtime - \def\tabu@pdftimer {\xdef\tabu@starttime{\the\pdfelapsedtime}}% -\else \let\tabu@pdftimer \relax \let\tabu@message@etime \relax -\fi \def\tabu@setcleanup {% saves last global assignments \ifodd 1\ifmmode \else \iftabu@long \else 0\fi\fi\relax \def\tabu@aftergroupcleanup{% @@ -1110,7 +1107,7 @@ \let\tabu@temp \NC@find \ifx \@arrayright\relax \let\@arrayright \@empty \fi \count@=% - \ifx \@finalstrut\@gobble \z@ % outer in mode 0 print + \ifx \@finalstrut\tabu@finalstrut \z@ % outer in mode 0 print \iftabu@measuring \xdef\tabu@mkpreambuffer{\tabu@mkpreambuffer \tabu@target \csname tabu@\the\tabu@nested.T\endcsname @@ -1347,7 +1344,7 @@ \global\tabu@cnt \tabu@cnt \tabu@evr{\tabu@verticaldynamicadjustment}% \tabu@celllalign@def{\everypar{}}\let\tabu@cellralign \@empty - \let\@finalstrut \@gobble + \let\@finalstrut \tabu@finalstrut \else % vertical measure of nested tabu \tabu@evr{\tabu@verticalinit}% \tabu@celllalign@def{\tabu@verticalmeasure}% @@ -2505,6 +2502,10 @@ \let\tabu@rowfontreset \@empty \def\tabulineon {4pt}\let\tabulineoff \tabulineon \tabu@everyrowtrue +\ifdefined\pdfelapsedtime % <pdfTeX> + \def\tabu@pdftimer {\xdef\tabu@starttime{\the\pdfelapsedtime}}% +\else \let\tabu@pdftimer \relax \let\tabu@message@etime \relax +\fi \tracingtabu=\z@ \newtabulinestyle {=\maxdimen}% creates the 'factory' settings \tabu@linestyle@ \tabulinestyle{} |