I am using pdflatex and just want to know how to change the footnote line (thickness, length).
Besides that: How can I set the distance between text-lines in the text.
|
I am using Besides that: How can I set the distance between text-lines in the text. |
||||
|
The footnote rule should take no space on the page. That's the purpose of
First of all TeX backs up vertically by 3pt, then prints the rule (which is by default 0.4pt thick) and then skips by 2.6pt: the total is zero. So a correct redefinition would be
Instead of One should note that the amount of skipping down gives the separation between the rule and the footnote text. With this definition the rule will be at 2pt + height of strut from the baseline of the footnote's first line. Before the rule there's a vertical skip measured by Jan Tschichold frowned upon footnote rules: he said that there should be none at all or it must occupy the entire text width. |
|||||||||||||||||
|
|
You can redefine
The first command of the Given that the footnote rule should not actually take up any space on the page, egreg's answer should be preferred to this one. |
|||||||||||
|
|
The equivalence of the original definition is:
You can redefine
|
|||||||||||||||||
|
setspacepackage. See e.g. the questions Double line spacing and Finely control line spacing when already using the setspace package?. – Martin Scharrer♦ Jun 29 '11 at 15:25