Radhelorn wrote:

Oh, thanks. Can you describe in a few words distinction between {} and \bgroup\egroup? I know that \bgroup\egroup are "implicit characters" and useful in macro definitions but what this really means?

 You can have

\def\startfoo{\bgroup}
\def\stopfoo{\egroup}

but you cannot get the same effect with

\def\startfoo{{}
\def\stopfoo{}}

because TeX has no way of knowing that the first definition was supposed to have ended.

I believe in ConTeXt you'd usually(?) use \start and \stop instead of \bgroup and \egroup, though. What do the experts say about this?


Christopher
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to