Peter Seibel wrote: > I realize I could do something like: > > \def\foo#1#2\par > > but then I can't say \foo{...} but \foo could then call an adjunct macro (say, \foohelper), using a delimited parameter structure : \def \foohelper #1#2\relax {...} \def \foo #1{\foohelper #1\relax} Philip Taylor