GeneralFormatting the footnote

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ralfmeermeier
Posts: 8
Joined: Mon Jul 21, 2008 7:23 pm

Formatting the footnote

Post by ralfmeermeier »

Hallo,
I'm facing little problem: when the footnote contains more than one line, any line comming after the first one will take to the left of the first line, my question, is how to format the not to have a block/rectangle style?!

Gratefully

Ralf Meermeier

Recommended reading 2024:

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

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

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

Formatting the footnote

Post by Stefan Kottwitz »

Hi Ralf,

it can by done with the footmisc package and the hang option:

Code: Select all

\usepackage[hang]{footmisc}
Stefan
LaTeX.org admin
ralfmeermeier
Posts: 8
Joined: Mon Jul 21, 2008 7:23 pm

Re: Formatting the footnote

Post by ralfmeermeier »

I appreciate it very much!
Post Reply