I have a footnote that begins on one page but the text runs over onto the footnote section of the page afterwards. Any way to fix this? I'm using footmisc and the oneside book class.
|
|
||||
|
To find broken footnotes (first step before fixing, if it isn't done globally), you can use the fnbreak package. |
|||
|
|
|
The TeX FAQ has some information on this. The easiest (and most brutal) thing they suggest is setting Alternatively, they suggest adjusting the space on the page (using And here's an example what an MWE could look like, which makes it possible to try out different solutions:
|
||||
|
|
|
Since you're already using the More information on the subject of split footnotes and how to best deal with them is available in Why does LaTeX split footnotes across pages? from the UK TeX FAQ list. |
|||
|
|

lipsumpackage, which allows you to insert blind text. Using the command\lipsumyou get about one page of blind text, using\lipsum[1-3]you get the first three paragraphs of the same text. That should enable you to build an MWE. – Jake Oct 21 '11 at 4:18