Text of Footnotes are very close to their numbers. How can I make 2mm space after all footnote numbers (or 2mm before every footnote text)?
\documentclass[draft,12pt,a4paper]{article}
\begin{document}
X\footnote{x}
Y\footnote{y}
\end{document}
|
Text of Footnotes are very close to their numbers. How can I make 2mm space after all footnote numbers (or 2mm before every footnote text)?
|
||||
|
|
|
I'm not sure if I correctly understood your question. I guess you are trying to adjust the distance between the number of the footnote and the footnote text (and not the regular text). If you want to do so, try this:
Normal spacing:
Increased spacing:
|
|||
|
|
|
Here is on possible solution that redefines the Output:
before: Code:
|
||||
|
|
|
This suggestion is based on this answer.
|
||||
|
|
|
I don't like the superscripted footnotemarks, so I use the following settings:
|
|||
|
|