Text Formattingtext from body getting dragged into a footnote

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
latex_fun
Posts: 4
Joined: Mon Jun 16, 2025 11:00 am

text from body getting dragged into a footnote

Post by latex_fun »

Hi,
Probably sort itself out by final copy, but with the current draft I have text from the body of the page overlapping with a footnote.
The footnote is from the first line of the page currently.
With edits (new text getting added earlier in the document) that line will probably get pushed down the page and perhaps the problem will be solved.
Just in case ... should I add a page break in the body of the above where the overlap starts (which I might subsequently need to remember to delete)?
Is there a smarter option?
(Couldn't dig out my old account details just now so new account, and sorry if this belongs in some other section - page layout maybe?)

Thanks
Last edited by latex_fun on Wed Jun 18, 2025 3:16 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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: text from body getting dragged into a footnote

Post by Stefan Kottwitz »

That may happen if the footnote contains too much text for the available space, or there are unusual commands on the page, such as \enlargethispage or \vspace tweaks. Hard to say without seeing it.

Perhaps you can find a warning in the logfile for that position?

I would not add a manual page break. However, in the final stage, when nothing is expected to change anymore, such as right before you deliver the document, manual adjustments are okay to make it perfect, as it doesn't interfere with later changes.

Stefan
LaTeX.org admin
latex_fun
Posts: 4
Joined: Mon Jun 16, 2025 11:00 am

Re: text from body getting dragged into a footnote

Post by latex_fun »

Hi Stefan,
Okay, thanks
Post Reply