Page Layoutno linebreak within \item

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
pktm
Posts: 7
Joined: Sat Jun 26, 2010 10:52 am

no linebreak within \item

Post by pktm »

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?
Last edited by pktm on Fri Jan 28, 2011 1:00 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

achim
Posts: 49
Joined: Wed Aug 05, 2009 2:29 pm

no linebreak within \item

Post by achim »

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
pktm
Posts: 7
Joined: Sat Jun 26, 2010 10:52 am

no linebreak within \item

Post by pktm »

achim wrote:I have not tested this, but try \begin{samepage}...\end{samepage} as suggested in http://stackoverflow.com/questions/2210 ... page-break.
Thank you, that worked perfectly!
Post Reply