diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tabu')
-rw-r--r-- | Master/texmf-dist/tex/latex/tabu/tabu.sty | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/tabu/tabu.sty b/Master/texmf-dist/tex/latex/tabu/tabu.sty index 8d3aef8aa16..76b129c0a6d 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/07 v1.5 - tabu : Flexible LaTeX tabulars +%% tabu : 2010/12/18 v1.7 - 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/07 v1.5 - flexible LaTeX tabulars (FC)] +\ProvidesPackage{tabu}[2010/12/18 v1.7 - flexible LaTeX tabulars (FC)] \RequirePackage{array}[2008/09/09] \RequirePackage{varwidth}[2009/03/30] \let\DEBUG\@gobble%\message @@ -138,7 +138,11 @@ \aftergroup \tabu@restore@NC@list \NC@list{\NC@do\usetabu \NC@do\preamble \NC@do *}% \tabu@lines % defines NC@rewrite@| for tabu only (inside @mkpream group) - \NC@list\expandafter{\the\NC@list \NC@do X\NC@do\tabu@rewritelast}% + %\NC@list\expandafter{\the\NC@list \NC@do X\NC@do\tabu@rewritelast}% +%% \message{NC@list est: \the\NC@list^^J}% + \NC@list\expandafter{\the\expandafter\NC@list \expandafter\NC@do \expandafter X% + \tabu@NC@list \NC@do\tabu@rewritelast}% +%% \message{NC@list est: \the\NC@list^^J}% \ifcat$\d@llarend\else \let\save@decl \tabu@save@decl \fi % no inversion of tokens in text mode \NC@find \tabu@rewritelast @@ -229,7 +233,7 @@ \let\@footnotetext \tabu@footnotetext \let\@xfootnotetext \tabu@xfootnotetext \let\@xfootnote \tabu@xfootnote \let\centering \tabu@centering \let\raggedright \tabu@raggedright \let\raggedleft \tabu@raggedleft - \let\@trivlist \tabu@trivlist %<restore \\=\@centercr inside lists> + \tabu@trivlist %<restore \\=\@centercr inside lists> \def\tabudecimal {\tabu@tabudecimal}\let\verbatim \tabu@sanitizetext \let\fbox \tabu@fbox \let\rowfont \tabu@rowfont \let\prepnext@tok \tabu@prepnext@tok %<for \rowfont and \tabucline> @@ -1380,10 +1384,8 @@ \raggedleft\arraybackslash} \expandafter\def\expandafter\tabu@raggedright\expandafter{% \raggedright\arraybackslash} -\AtBeginDocument{% -\expandafter\def\expandafter\tabu@trivlist\expandafter{% - \expandafter\let\expandafter\\\expandafter\@centercr\@trivlist}% -}% +\def\tabu@trivlist{\expandafter\def\expandafter\@trivlist\expandafter{% + \expandafter\let\expandafter\\\expandafter\@centercr\@trivlist}}% \def\tabu@fix@arrayright{% \@ifpackageloaded{arydshln} {% |