Dear all!
I have an unordered list with 3 large items. The first line of the first item is at the bottom of one page, the rest on the other page.
There is the possibility to set global constants to avoid this - however, i don't want to mess up my whole document because of that one occurence.
Is there any way to state, that a block should not be broken up to two sites? A \nonewpage command?
Page Layout ⇒ no linebreak within \item
no linebreak within \item
Last edited by pktm on Fri Jan 28, 2011 1:00 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

no linebreak within \item
I have not tested this, but try \begin{samepage}...\end{samepage} as suggested in http://stackoverflow.com/questions/2210 ... page-break.
OS: Kubuntu
Distribution: TexLive
Editor: Kile
Distribution: TexLive
Editor: Kile
no linebreak within \item
Thank you, that worked perfectly!achim wrote:I have not tested this, but try \begin{samepage}...\end{samepage} as suggested in http://stackoverflow.com/questions/2210 ... page-break.