Fabio Mancinelli wrote: > Peter Rolf wrote: > >> using \blank[line] (and also the derived halfline) inserts *no* glue >> (see definition in context manual). use small,medium,big or any >> fraction/combination of these instead. >> > > I did several (simpler) tests: > > \starttext > \startcolumns > \showmakeup > \dorecurse{5}{ > \section{Section} > \input text > } > \stopcolumns > \stoptext > > Line alignment is totally wrong. Putting "sections" while having columns > leads to wrong alinged lines. > > I tried several combinations of the following: > \setuplayou[grid=yes], \setupcolumns[blank={line,fixed}], various align > assignments... The result is always the same. > > I have read the manual where it is stated that "When a switch in > fontsize is desirable you should do so before starting the column > mechanism." (page 65). I don't see how this statement is applicable to > \section(s) > > Thanks, > Fabio > Hi Fabio, sorry, my first advice was bad. In the meantime I have played around with columns and everything is working as expected. There are several problems in your source. The first is, that you have to use \setuplayout[grid=yes] Read about grid snapping of headers in the details.pdf manual and look into the columns environment (defined at the beginning of the columns manual). You can then adjust the headers (2 lines high) vertically by using the 'grid' parameter. The problem with the graphic placing results from using \startcolumns instead of \startcolumnset (see example in columns.pdf). I attach my working example. Greetings, Peter > P.S.: text.tex is a simple text paragraph without any control sequence > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >