Page LayoutHow to place all Footnotes at the Bottom of the Page?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

How to place all Footnotes at the Bottom of the Page?

Post by Cham »

Is there a general preamble command to tell LaTeX to place all footnotes at the bottom of pages ? Currently, I'm using the \raggedbottom command under the \documentclass{book} environment to remove the variable vertical spacing. I need the footnotes to be placed exactly at the bottom of the page.
Last edited by Cham on Mon Jun 27, 2011 3:55 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

Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

How to place all Footnotes at the Bottom of the Page?

Post by Frits »

I think you can fix that with the footmisc package, i.e.

Code: Select all

\usepackage[bottom]{footmisc}
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

Re: How to place all Footnotes at the Bottom of the Page?

Post by Cham »

Thanks, this command appears to do the job ! :)
Post Reply