How could I make a blank after the number in my footnotes?
In a general way, for ALL footnotes!
Example:
good: 1 Hello World
bad : 1Hello World
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EDIT: Ok, redesigned. Ugly hack, but hey, isn’t LaTeX just a whole bunch of those?
Put the following into your preamble:
This will simply prefix your footnote text automagically with a non-breaking space, therefore creating a space after the foot note mark at the bottom of the page. And it won’t touch the footnote mark in the middle of the text which is why it still works properly directly before punctuation.