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
General ⇒ Formatting the footnote
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
Hi Ralf,
it can by done with the footmisc package and the hang option:
Stefan
it can by done with the footmisc package and the hang option:
Code: Select all
\usepackage[hang]{footmisc}
LaTeX.org admin
-
- Posts: 8
- Joined: Mon Jul 21, 2008 7:23 pm
Re: Formatting the footnote
I appreciate it very much!