I would like my footnotes to be separate in the .tex file, but rendered without a space in the resulting file. Can this be done?
Example:
This is some text\footnote{with a footnote}
renders as
This is some text1
whereas
This is some text
\footnote{with a footnote}
renders as
This is some text 1
I would like to avoid that extra space, but write my footnote on a different line.