On Mon, 2007-02-19 at 18:44 +0000, [EMAIL PROTECTED] wrote:
> Hi Folks,
> 
> I have observed something strange with quoted arguments to a macro:
> 
> 
> .de amac
> \Z'\v'-1m'\\$1\v'1m''
> \Z'\v'1m\\$2\v'-1m''
> ..
> Here is the macro amac in operation:
> .amac "First argument" "Second argument"
> 


You might also want to add a \c to the first line too ...

So, all in all, amac becomes:

.de amac
\Z'\v'-1m'\\$1\v'1m''\c
\Z'\v'1m'\\$2\v'-1m''
..

-- 
Nick



Reply via email to