On Mon, 14 Aug 2006, Steffen Wolfrum wrote:

>
> Am 13.08.2006 um 15:29 schrieb Steffen Wolfrum:
>
>> And what would be the opposite?
>>
>> For example \startquote ... \stopquote
>> to something like {MyQuote ... }
>>
>> Steffen
>
>
> \def\MyQuote#1{\startquote#1\stopquote}
>
> \MyQuote{something to be quoted}
>
>
> ... should work OK, right?

Yes, there is also

\def\MyQuote{\groupedcommand{\startquote}{\stopquote}}

which does not read the argument and is better in some cases.

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

Reply via email to