Page Layout ⇒ Automatic page break fails at some places
-
- Posts: 1
- Joined: Fri Mar 11, 2011 12:57 pm
Automatic page break fails at some places
I have a problem with my latex-formating which I don't quite understand: At the first chapter I am writing the page is not automatically breaking, everything longer than one page is just cut. Not using any different method it is working flawlessly with the following chapters.
Structure of the main file:
...
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
...
Structure of chapter1:
\chapter{Text1}
\label{Text2}
\section{Text3}
\label{Text4}
\paragraph{}
- no further settings -
Structure of chapter 2 is exactly the same, with no further settings. But the page is breaking just normally for chapter 2 and I cant write any more than one page in chapter 1 (no matter in which order I call them).
Hope somebody can help me with that.
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
-
- Posts: 87
- Joined: Tue Sep 14, 2010 6:58 pm