[NTG-context] bad column break

2013-06-21 Thread Peter Münster
Hi,

IMO, ConTeXt should start a new column *before* the section title,
not *after* it:

--8---cut here---start-8---
\def\Section#1{%
  \startsection[title=Title]
\dorecurse{#1}{\dorecurse{12}{bla }}
  \stopsection}
\starttext
\startcolumns[n=2]
\Section{15}
\Section{10}
%\column %%% Why do we need this?!
\Section{10}
\Section{10}
\Section{2}
\stopcolumns
\stoptext
--8---cut here---end---8---

-- 
   Peter
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] bad column break

2013-06-21 Thread Wolfgang Schuster

Am 21.06.2013 um 15:34 schrieb Peter Münster pmli...@free.fr:

 Hi,
 
 IMO, ConTeXt should start a new column *before* the section title,
 not *after* it:
 
 --8---cut here---start-8---
 \def\Section#1{%
  \startsection[title=Title]
\dorecurse{#1}{\dorecurse{12}{bla }}
  \stopsection}
 \starttext
 \startcolumns[n=2]
 \Section{15}
 \Section{10}
 %\column %%% Why do we need this?!
 \Section{10}
 \Section{10}
 \Section{2}
 \stopcolumns
 \stoptext
 --8---cut here---end---8---

Use the new mixedcolumns environment.

\starttext
\startmixedcolumns
…
\stopmixedcolumns
\stoptext

Wolfgang
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___