ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bad page breaks with \startitemize[columns]
@ 2011-06-06 11:48 Peter Münster
  2011-06-06 12:08 ` luigi scarso
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Münster @ 2011-06-06 11:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

How can one avoid these bad page breaks here:

\starttext
\dorecurse{10}{
  \startsection[title=test]
    \startitemize[columns, intro]
    \item bla
    \stopitemize
    \input tufte
  \stopsection
}
\stoptext

TIA for any hints,

-- 
           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] 3+ messages in thread

* Re: bad page breaks with \startitemize[columns]
  2011-06-06 11:48 bad page breaks with \startitemize[columns] Peter Münster
@ 2011-06-06 12:08 ` luigi scarso
  2011-06-06 12:23   ` Peter Münster
  0 siblings, 1 reply; 3+ messages in thread
From: luigi scarso @ 2011-06-06 12:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jun 6, 2011 at 1:48 PM, Peter Münster <pmlists@free.fr> wrote:
> Hello,
>
> How can one avoid these bad page breaks here:
>
> \starttext
> \dorecurse{10}{
>  \startsection[title=test]
>    \startitemize[columns, intro]
>    \item bla
>    \stopitemize
>    \input tufte
>  \stopsection
> }
> \stoptext


\setuphead[section][before={\testpage[5]\blank}]
\starttext
\dorecurse{10}{
 \startsection[title=test]
   \startitemize[columns, intro]
   \item bla
   \stopitemize
   \input tufte
 \stopsection
}
\stoptext



-- 
luigi
___________________________________________________________________________________
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] 3+ messages in thread

* Re: bad page breaks with \startitemize[columns]
  2011-06-06 12:08 ` luigi scarso
@ 2011-06-06 12:23   ` Peter Münster
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Münster @ 2011-06-06 12:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Jun 06 2011, luigi scarso wrote:

>> \starttext
>> \dorecurse{10}{
>>  \startsection[title=test]
>>    \startitemize[columns, intro]
>>    \item bla
>>    \stopitemize
>>    \input tufte
>>  \stopsection
>> }
>> \stoptext
>
>
> \setuphead[section][before={\testpage[5]\blank}]

I've already tried that...

Please see here:

\setuphead[section][before={\testpage[5]\blank}]
\starttext
bla
\dorecurse{20}{
  \startsection[title=test]
    \startitemize[columns, intro]
    \item bla
    \stopitemize
    \dorecurse{120}{bla }
  \stopsection
}
\stoptext

-- 
           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] 3+ messages in thread

end of thread, other threads:[~2011-06-06 12:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-06 11:48 bad page breaks with \startitemize[columns] Peter Münster
2011-06-06 12:08 ` luigi scarso
2011-06-06 12:23   ` Peter Münster

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).