diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/collcell')
-rw-r--r-- | Master/texmf-dist/tex/latex/collcell/collcell.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/collcell/collcell.sty b/Master/texmf-dist/tex/latex/collcell/collcell.sty index 8bfad2e0d8f..9429e396daa 100644 --- a/Master/texmf-dist/tex/latex/collcell/collcell.sty +++ b/Master/texmf-dist/tex/latex/collcell/collcell.sty @@ -25,9 +25,9 @@ %% This work consists of the files collcell.dtx, collcell.ins %% and the derived file collcell.sty. %% -%%^^A $Id: collcell.dtx 2129 2011-02-04 11:36:33Z martin $ +%%^^A $Id: collcell.dtx 2135 2011-02-05 13:45:59Z martin $ \ProvidesPackage{collcell} - [2011/02/04 v0.1 Collect the content of a tabular cell] + [2011/02/05 v0.1a Collect the content of a tabular cell] \newtoks\collect@cell@toks \newenvironment{collectcell}{}{} \def\collectcell#1#2\ignorespaces{% @@ -36,7 +36,7 @@ \def\collect@cell@end{% \expandafter\scantokens\expandafter {\expandafter#1\expandafter{\the\collect@cell@toks}}% - } + }% \def\collect@cell@next{\collect@cell@look}% \collect@cell@next } @@ -81,7 +81,7 @@ \let\collect@cell@spaces\empty } \def\collect@cell@arg#1{% - \ifx\collect@cell@lettoken\\ + \ifx\collect@cell@lettoken\\% \def\collect@cell@next{\collect@cell@end#1}% \else \ifx\collect@cell@lettoken\unskip |