Hello LaTeX Community,
I want to set spacing to footnotes. If there are over two footnotes in one page, how to set spacing between one footnote and the other?
Any suggestion is appreciated.
Lynn
Text Formatting ⇒ Spacing between Footnotes
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
Spacing between Footnotes
Hi Lynn,
you could adjust the length
You could also use a factor, such as
Stefan
you could adjust the length
\footnotesep
for this. For example:
Code: Select all
\setlength{\footnotesep}{\baselineskip}
1.5\baselineskip
for 1.5 of of a line skip spacing between footnotes. Or other units, such as 2ex
. I just would use relative units, not pt or cm, because relative units such as ex and em are adjusted when you change the font size.Stefan
LaTeX.org admin
Re: Spacing between Footnotes
Thank you,Stefan.
Lynn
Lynn