Text Formatting ⇒ Constant lines spacing in footnotes
Constant lines spacing in footnotes
Very often, my footnotes contain small equations, and this makes ugly variable vertical line spacing.
How can I tell LaTeX to fix the vertical line spacing in footnotes ?
How can I tell LaTeX to fix the vertical line spacing in 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
Re: Constant lines spacing in footnotes
Hi Cham,
instead of displayed equations, such as by \[ ... \], you could use inline math in footnotes, such as by $...$.
Stefan
instead of displayed equations, such as by \[ ... \], you could use inline math in footnotes, such as by $...$.
Stefan
LaTeX.org admin
Constant lines spacing in footnotes
This is what I'm doing (sorry, I wasn't clear enough in my first message).
However, I noticed that the PDF output doesn't seem to be exactly the same in my LaTeX compilator's preview, compared with the PDF document itself as seen in my PDF reader app (Preview, from Apple). The vertical spacing may be constant, finally, but I'm not sure yet.
However, I noticed that the PDF output doesn't seem to be exactly the same in my LaTeX compilator's preview, compared with the PDF document itself as seen in my PDF reader app (Preview, from Apple). The vertical spacing may be constant, finally, but I'm not sure yet.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Constant lines spacing in footnotes
Perhaps show a minimal compilable code example, which shows the inconsistent spacing. You can create it by making a copy of your document and reducing that.
Stefan
Stefan
LaTeX.org admin
Constant lines spacing in footnotes
Hmm, that's a bit complicated. I'm not sure the example would be usefull. I'm using the following preambule commands to fix the main text vertical spacing :Stefan_K wrote:Perhaps show a minimal compilable code example, which shows the inconsistent spacing. You can create it by making a copy of your document and reducing that.
Code: Select all
\raggedbottom
\usepackage{setspace}
\setstretch{1.1}
\usepackage{microtype}
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Constant lines spacing in footnotes
So you mean by fixing, that you would like to generally stretch the footnote line spacing as well?
Stefan
Stefan
LaTeX.org admin
Constant lines spacing in footnotes
No, just to keep the default spacing constant, as if there were no equations at all.Stefan_K wrote:So you mean by fixing, that you would like to generally stretch the footnote line spacing as well?
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Constant lines spacing in footnotes
Perhaps show an example. Simple math doesn't cause this for me.
Stefan
Stefan
LaTeX.org admin