ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bad column break
@ 2013-06-21 13:34 Peter Münster
  2013-06-21 20:48 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Münster @ 2013-06-21 13:34 UTC (permalink / raw)
  To: ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bad column break
  2013-06-21 13:34 bad column break Peter Münster
@ 2013-06-21 20:48 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2013-06-21 20:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 21.06.2013 um 15:34 schrieb Peter Münster <pmlists@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-21 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-21 13:34 bad column break Peter Münster
2013-06-21 20:48 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).