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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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