On Wed, Jan 21, 2009 at 3:21 PM, Cecil Westerhof <[email protected]> wrote: > 2009/1/21 Wolfgang Schuster <[email protected]>: >>> In my template I have: >>> \long\def\letterbody#1{\blank[line]\setupindenting[yes, medium]#1} >> >> \long\def\letterbody#1% >> {{\blank[line]\setupindenting[yes,medium]#1\par}} > > That works. Thanks. > So when you do not want a side effect you need to use double accolades?
To keep the value for \setupindenting local to \letterbody. > Why did you put the \par in? To end the paragraph before after the lettertext. Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
