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?
Asked
Active
Viewed 6,505 times
6
lockstep
- 250,273
1 Answers
7
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.
setspaceexists only inside the.styfile, so here the three spacing macros available:\singlespacing,\onehalfspacingand\doublespacing. Just load the package and use them. – Martin Scharrer Feb 20 '11 at 20:57\setstretch{1.2}. – lockstep Feb 20 '11 at 21:00titlesecpackage. See this question. – Alan Munn Feb 20 '11 at 22:11