I'm writing my dissertation and the grad school says I need a space between multiple footnotes and also the space between the text and the start of the footnotes is too small. Is there a way to do this?

Any help is greatly appreciated.

link|improve this question
feedback

2 Answers

up vote 16 down vote accepted

\footnotesep is the space between footnotes:

\setlength{\footnotesep}{0.5cm}

\footins is the space between the text body and the footnotes:

\setlength{\skip\footins}{2cm}

You might want to play around with the actual numbers, I've just chosen some values where you will actually see the difference.

link|improve this answer
Thank you very much – Matt Apr 24 '09 at 0:45
Thanks for this Torsten! – Rich Jul 8 '09 at 5:13
feedback

There's also a LaTeX package, footmisc, that's useful for manipulating footnote formatting.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown