Recently I've encountered this kind of problem. I'm working on a book which has many footnotes and it's not a problem except this one: on a place in the book I noticed a footnote that extends through 3 pages (horrible, I know, but what can I do? It's a translation, not author work). The problem is that on two of three pages there's no "normal" text at all, only footnote text (something similar to the sample I'll present here). Is there a way to put at least two lines of normal text on each of these pages (pages 2 and 3 in the sample)?
Here's the sample code to reproduce the problem:
Code: Select all
\documentclass[b5paper,12pt]{book}
\usepackage[hang,bottom,stable,multiple,splitrule]{footmisc}
\usepackage{lipsum}
\begin{document}
Some text\footnote{\lipsum[1-15]} \lipsum[1-5]
\end{document}