On 08/01/2018 10:16 PM, Floris van Manen wrote:
Not sure as how to tell why it is misusing the line environment. But the suggested \par solution does not work.
.F
On 1 Aug 2018, at 21:28, Wolfgang Schuster wrote:
Ending each line in a proper (e.g. by adding \par to finish the paragraph) without the misuse the lines environment fixes the problem as well.
Wolfgang, as Florian reported, this doesn’t solve the issue. On the second page, interline space between the third and fourth lines from the first column is wrong. The only way to fix it seems to enable grid composition. I don’t know whether this might be a bug in ConTeXt. Many thanks for your help, Pablo
\starttext
Testing 1971-04-26
\startcolumns[n=3] \dorecurse{200}{+ 17271 \rightarrow\ 2018-08-08\par} \stopcolumns
\stoptext
Wolfgang