13 Nov
2008
13 Nov
'08
3:17 p.m.
Hello All,
I have a document in two columns and I need about 3mm vertical spacing between paragraphs.
I've tried \setupwhitespace[small] and \setupwhitespace[3mm] but neither looks any different from \setupwhitespace[medium]or [big].
\setupwhitespace[none] gives no space.
There is a previous mailing in the archives which suggests that columns don't use \setupwhitespace, and there's a suggestion to use \defineblank[default][3mm] but that doesn't seem to do anything either.
This is a feature of the columns environment.
Any suggestions?
\startcolumns
\setupwhitespace[...]
bla bla bla ...
\stopcolumns
Wolfgang
Thanks Wolfgang, that works a treat! What else changes when I switch over to columns? Do I need a whole new environment within columns?