I thought I understood the mechanism, but I found another instance where 
\setupcolumnsetlines does not give the desired result:

%%%%%%%%%%%
\definecolumnset[Two][n=2]
\starttext
Test
%\page
\setupcolumnsetlines[Two][1][1][9]
        \startcolumnset[Two]
                \input knuth
        \stopcolumnset
\setupcolumnsetlines[Two][1][1][9]
        \startcolumnset[Two]
                \input knuth
        \stopcolumnset
\stoptext
%%%%%%%%%%%

This setup gives indeed a balanced first page and an unbalanced second page.
But if the fourth line (\page) is uncommented, the second output page is 
unbalanced and the third page is balanced.
So the mechanism is therefore more complicated than
> only if the first columnset extends to more than one page 
> the next \setupcolumnsetlines will work properly.

What is the extended rule? If this intended behaviour, what is the reason 
behind it?

Sytse


> Op 17 augustus 2019 om 23:54 schreef Sytse Knypstra <sytse.knyps...@home.nl>:
> 
> 
> Wolfgang wrote:
> > The settings for the second columnset work when the first columnset goes 
> > over of two or more pages. 
> 
> Thank you, now I understand the mechanism: only if the first columnset 
> extends to more than one page, the next \setupcolumnsetlines will work 
> properly. Is this a bug or a feature? If it is a feature, what is the idea 
> behind it?
> 
> Sytse
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to