[Tex/LaTex] Different line space in LaTeX for body text and for footnotes

footnotesline-spacing

Hello I have a LaTeX document and I want to set the space betwen the lines. Normally I would use \linespread, but this command will change also the space between lines of footnotes and I do not want that. So, is there any command that can change the space between lines of text, excluding the footnote text?

Best Answer

It's generally not advisable to use \linespread to change line spacing for this reason. The normal way is to use the setspace package. This makes footnotes single spaced by default. See also this question.

Related Question