Page LayoutOverlaping page footer and content

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
asalas77
Posts: 5
Joined: Sat Nov 19, 2016 9:11 pm

Overlaping page footer and content

Post by asalas77 »

In multiple places in my document I have page content that extends over the bottom line of the footer and overlaps with the text. I also get

Code: Select all

Overfull \vbox ...
in my build output. I more or less get what hat means but how do I fix this? From various stackexchange questions I gathered that this can happen due to code not being hyphenated on right margin, but why on bottom, and even with normal text, not lstlistings? (see images below)

I don't know what part of my code is relevant so let me know if you need to see some and I'll add it.

Image


Image

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
asalas77
Posts: 5
Joined: Sat Nov 19, 2016 9:11 pm

Overlaping page footer and content

Post by asalas77 »

I managed to somewhat fix it by adding 0.5cm to

Code: Select all

\setlength{\footskip}{\headsep+\headheight+0.5cm}
but this seems more like a workaround than actual solution.
Post Reply