Is there a way to ensure that footnote numbers and similar don't stick together in the final document (because I forgot a manual space between them?
Example: Instead of
asdf\footnote{a}\footnote{b}
which produces
asdf12
I want:
asdf 1 2
Is there a package that does this? (Or even some Grep-Magic?)