When I add footnotes in latex, there is often a little bit of space due to the punctuation mark before them:
I can't help but feel this might be a little bit nicer if the footnote mark was a tiny tiny bit to the left, sort of like kerning. Any ideas how to do this? Especially if it automatically decides if it should do the kerning (as opposed to have one footnote with ! and one without).
You can add a small negative space using \! between the punctuation mark and the footnote.
As Jouni commented, \! is a math mode command causing latex to switch into math mode. This can be prevented by using the amstex package.