groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Strange output ...


From: Nick Stoughton
Subject: Re: [Groff] Strange output ...
Date: Mon, 19 Feb 2007 10:55:28 -0800

On Mon, 2007-02-19 at 18:44 +0000, address@hidden 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

[Prev in Thread] Current Thread [Next in Thread]