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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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