[NTG-context] Itemize without page break
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Sat Mar 17 11:21:31 CET 2012
Am 17.03.2012 um 10:21 schrieb luigi scarso:
> On Sat, Mar 17, 2012 at 2:47 AM, Kip Warner <kip at thevertigo.com> wrote:
>> Hey list,
>>
>> Is there any way to hint to ConTeXt that the contents of a \startitemize
>> \stopitemize pair should try to be all on the same page?
> plain old tex
> \vbox{%
> \startitemize
> \stopitemize%
> }
Better:
\startitemize[before=\startlinecorrection,after=\stoplinecorrection]
…
\stopitemize
You can control the space before/after the linecorrection environment with the optional
argument which accepts all values for \blank, e.g. \startlinecorrection[2*line].
Wolfgang
More information about the ntg-context
mailing list