I am not a footnote guy; if you are then that'd be great. I tested the flow with the doc below. It flowed. Not gracefully, but it flowed. This shows from odd to even, in oneside.
Jim \documentclass[11pt,oneside]{article} \usepackage{lipsum} \begin{document} \lipsum[1-2] These are the times that try men's souls!\footnote{\lipsum[1-10]} \lipsum[1-5] \lipsum[5-10] \end{document}