General ⇒ Formatting the footnote
-
- Posts: 8
- Joined: Mon Jul 21, 2008 7:23 pm
Formatting the footnote
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Formatting the footnote
it can by done with the footmisc package and the hang option:
Code: Select all
\usepackage[hang]{footmisc}
-
- Posts: 8
- Joined: Mon Jul 21, 2008 7:23 pm