Footnote spacing in LaTeX
Asked Answered
D

2

40

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.

Drolet answered 23/4, 2009 at 22:4 Comment(0)
S
80

\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.

Sacramentarian answered 23/4, 2009 at 22:13 Comment(0)
B
8

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

Buerger answered 8/9, 2009 at 13:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.