5 Mar
2010
5 Mar
'10
5:28 a.m.
Am 04.03.10 23:56, schrieb James Fisher:
There was a thread about columns and whitespace ~ 2 weeks ago, but I wasn't a subscriber then. I've just come across it independently myself. I'm not sure what conclusion was come to. From a few tests, I'd characterize the problem code in \startcolumns as: "if whitespace has been set to more than none, set whitespace to 'line'." ConTeXt does this to keep the lines on the grid.
\setupwhitespace[medium] \starttext \startcolumns \input knuth \stopcolumns \startcolumns[blank=medium] \input knuth \stopcolumns \stoptext Wolfgang