15 Aug
2006
15 Aug
'06
2:30 p.m.
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