2010/12/16 Jonas Stein <n...@jonasstein.de>

> >>> \define[1]\myoneliner{#1 \par }
> >>> raises an error.
>
> >> \define[1]\myoneliner{#1 \endgraf}
>
> works fine. Thank you!
>
> > This is also nicely covered in TeXBook.
> > Alternatively \long\def might work.
>
> \long\define[1]\myoneliner{#1 \par }

fails too
>

\long\def\myoneliner#1{#1 \par} should work.

Regards,

Vedran Miletić
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to