Generallayout log

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Ledurt
Posts: 12
Joined: Tue Mar 27, 2007 7:05 pm

layout log

Post by Ledurt »

Hi all
I have some page breaks that don't make sense to me. One one page, there's only two lines at the top. The rest of the page is empty and on the next page, the beginning of a new section with \section.

I tried the layout commands like \nopagebreak[4] and it didn't change anything.

So now I am wondring "Is there a way to know with latex took that decision?"

In the latex companion, they say we can, but they don't say how....

Any one has an idea?

p-a

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

layout log

Post by localghost »

Do you use the \include{filename} command to merge separate files into one document? When doing so, use the \input{filename} command instead.
Ledurt
Posts: 12
Joined: Tue Mar 27, 2007 7:05 pm

Re: layout log

Post by Ledurt »

no, it's all one document
balfonsi
Posts: 93
Joined: Wed Mar 14, 2007 12:05 am

Re: layout log

Post by balfonsi »

What's your preamble?
Ledurt
Posts: 12
Joined: Tue Mar 27, 2007 7:05 pm

Re: layout log

Post by Ledurt »

My point is not to solve that particular document. I would like to have a way to diagnostic why latex took thoses decisions. is it possible?
balfonsi
Posts: 93
Joined: Wed Mar 14, 2007 12:05 am

Re: layout log

Post by balfonsi »

It's useful to know your preamble to understand why it happened. Certain classes of documents or certain packages impose that a section begins a new page,that's all. Try a package like titlesec. It lets you change easily the formatting of sections, subsections, chapters and so on.

B.A.
Post Reply