Tadziu,

Thanks but a string defined by DS (where from?) is not accepted as a parameter
to a macro.

Miklos


On 13/11/2009, at 02:12 AM, Tadziu Hoffmann wrote:


and groff is misbehaving if \" starts with tabs and/or spaces.

The only situation I can think of where comments can't have
preceding whitespace is ".ds", and this can be worked around
by something like

.de DS
.ds \\$1 \\$2
..
Demo:
.ds xx foo bar        \" space belongs to string
.DS yy "foo bar"      \" not here
-\*(xx-
-\*(yy-







Reply via email to