27 Apr
2012
27 Apr
'12
4:47 p.m.
On Fri, Apr 27, 2012 at 01:01:15PM +0200, Hans Hagen wrote:
One of the conceptual differences is
\def\xxx#1{...{#1}}
and
\def\xxx{...} % {#1} picked up by the scanner and not passed as argument
I see, though I don't think it justifies the complexity of the code, but I can live with that.
a variant would be
\Umathaccent [bottom] <accent> [bottom] <accent> ... \relax <accentee>
i.e. keep reading specifications till an accentee or \relax is seen.
That wouldn't help my point in simplifying the implementation, so I'll just keep the existing syntax.
Anyhow, we shouldn't discard functionality that was introduced for a reason too fast,
That is why I'm asking :) Regards, Khaled