diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-25 23:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-25 23:44:40 +0000 |
commit | 33d636ef67864794bd7e1cd5395751ebb382bcfe (patch) | |
tree | 527b70c450e7677c53c3ef100cf5b24b7bc50438 /Master/texmf-dist/tex/latex/tabu | |
parent | 100306d6ab464cd733fbec1e8f6edfcdb414f537 (diff) |
tabu 2.7 (25feb11)
git-svn-id: svn://tug.org/texlive/trunk@21522 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tabu')
-rw-r--r-- | Master/texmf-dist/tex/latex/tabu/tabu.sty | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/tabu/tabu.sty b/Master/texmf-dist/tex/latex/tabu/tabu.sty index df6d0c7a26a..6b28197777a 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/24 v2.6 - tabu : Flexible LaTeX tabulars +%% tabu : 2011/02/25 v2.7 - 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/24 v2.6 - flexible LaTeX tabulars (FC)] +\ProvidesPackage{tabu}[2011/02/25 v2.7 - flexible LaTeX tabulars (FC)] \RequirePackage{array}[2008/09/09] \RequirePackage{varwidth}[2009/03/30] \AtEndOfPackage{\tabu@AtEnd \let\tabu@AtEnd \@undefined} @@ -322,7 +322,7 @@ \noexpand\tabu@rearstrut \global\advance\c@taburow \@ne}% \iftabu@everyrow \toks@\expandafter - {\expandafter\def\expandafter\tabu@evr@L\expandafter{\the\toks@}}% + {\expandafter\def\expandafter\tabu@evr@L\expandafter{\the\toks@}\ignorespaces}% \else \xdef\tabu@evr@G{\the\toks@}% \fi \tabu@everyrow@egroup @@ -342,7 +342,7 @@ \newcommand*\tabulinestyle [1]{\tabu@everyrow@bgroup \tabu@getline{#1}% \iftabu@everyrow \toks@\expandafter{\expandafter \def \expandafter - \tabu@ls@L\expandafter{\tabu@thestyle}}% + \tabu@ls@L\expandafter{\tabu@thestyle}\ignorespaces}% \gdef\tabu@ls@{\tabu@ls@L}% \else \global\let\tabu@ls@G \tabu@thestyle @@ -383,7 +383,8 @@ \fi \toks@\expandafter{\the\toks@ \let\tabu@arc@L \CT@arc@ - \let\tabu@drsc@L \CT@drsc@}% + \let\tabu@drsc@L \CT@drsc@ + \ignorespaces}% \else \ifx \\#1#2\\\gdef\CT@arc@{}% \else \gdef\CT@arc@{\color #1{#2}}% @@ -428,7 +429,7 @@ {\@tempa}% }\x \toks@\expandafter{\expandafter\def\expandafter\tabu@rc@\expandafter{\tabu@rc@}}% - \toks@\expandafter{\the\toks@ \let\tabu@rc@L \tabu@rc@}% + \toks@\expandafter{\the\toks@ \let\tabu@rc@L \tabu@rc@ \ignorespaces}% \else % inside \noalign \definecolorseries{tabu@rcseries@\the\tabu@nested}{rgb}{last}{\tabu@temp}{\@tempa}% \expandafter\resetcolorseries\expandafter[\the\count@]{tabu@rcseries@\the\tabu@nested}% @@ -675,7 +676,9 @@ %% \tabu@setup \tabu@init \tabu@indent \def\tabu@setup{\tabu@alloc@ \ifcase \tabu@nested - \ifmmode \else \ifdim\tabu@target=\z@ \let\tabu@afterendpar \par \fi\fi + \ifmmode \else \iftabu@spread\else \ifdim\tabu@target=\z@ + \let\tabu@afterendpar \par + \fi\fi\fi \def\tabu@aligndefault{c}\tabu@init \tabu@indent \else % <nested tabu> \def\tabu@aligndefault{t}\let\tabudefaulttarget \linewidth |