diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-06 16:41:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-06 16:41:05 +0000 |
commit | 300c48ee48cd89dab7bc133b81ba84eda8b6d605 (patch) | |
tree | bc791b8456ea85e23e3ced78b6a9e33a81eaea2e /Master/texmf-dist/tex/latex/collcell | |
parent | 2733a432619241f3ce0d8b5cd0a77bb2e259af99 (diff) |
collcell (6feb11)
git-svn-id: svn://tug.org/texlive/trunk@21315 c570f23f-e606-0410-a88d-b1316a301751
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 |