summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/collcell/collcell.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/collcell/collcell.dtx')
-rw-r--r--Master/texmf-dist/source/latex/collcell/collcell.dtx11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/collcell/collcell.dtx b/Master/texmf-dist/source/latex/collcell/collcell.dtx
index 2bf3c89d5a5..b6523aa4d45 100644
--- a/Master/texmf-dist/source/latex/collcell/collcell.dtx
+++ b/Master/texmf-dist/source/latex/collcell/collcell.dtx
@@ -21,14 +21,14 @@
% and the derived file collcell.sty.
%
% \fi
-%%^^A $Id: collcell.dtx 2129 2011-02-04 11:36:33Z martin $
+%%^^A $Id: collcell.dtx 2135 2011-02-05 13:45:59Z martin $
%
% \iffalse
%<package>\ProvidesPackage{collcell}
%<*driver>
\ProvidesFile{collcell.dtx}
%</driver>
- [2011/02/04 v0.1 Collect the content of a tabular cell]
+ [2011/02/05 v0.1a Collect the content of a tabular cell]
%<*driver>
\documentclass{ydoc}
\GetFileInfo{\jobname.dtx}
@@ -67,6 +67,7 @@
%
% \changes{v0.0}{2009/08/13}{Created package}
% \changes{v0.1}{2011/02/04}{First released version}
+% \changes{v0.1a}{2011/02/05}{Fixed unwanted spaces. Fixed misspelled macros in example.}
%
%
% \DoNotIndex{\newcommand,\newenvironment,\def,\edef,\xdef,\DeclareRobustCommand}
@@ -116,7 +117,7 @@
% |\usepackage{array}|\\
% |\usepackage{collcell}|\\
% |% Preamble or document:|\\
-% |\newcolumntype{E}{>{\collectmacro\usermacro}c<{\endcollectmacro}}|\\
+% |\newcolumntype{E}{>{\collectcell\usermacro}c<{\endcollectcell}}|\\
% ||\\
% |% Document:|\\
% |\begin{tabular}{lE}|\\
@@ -153,7 +154,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
}
@@ -235,7 +236,7 @@
% \begin{macro}{\collect@cell@arg}
% \begin{macrocode}
\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