This may be the same problem reported here https://groups.google.com/forum/?fromgr ... Gw6m82KCIJ, where the package author says that the then-current dev version didn't seem to have the problem. He offered to share the dev version privately, but later doesn't seem to be responding to messages and emails. (I hope he's ok!) The dev package doesn't seem to be available in the stated repository, either.
So I need to either adjust what I'm doing somehow, or, perhaps, use the dev version if that is available anywhere. Any ideas?
Here is an MWE. Note that this is actually a *working* example, to demonstrate what I want to achieve. To get the bug, simply duplicate the paragraph. Even such a limited expansion of the text is too much, whereas I want to compile a document of around 750,000 words, with some tens of thousands of margin notes and footnotes.
Code: Select all
\documentclass{book}
\usepackage{bigfoot}
\AtBeginDocument{%
\RestyleFootnote{default}{para}}
\begin{document}
\marginpar{Test}Lorem ipsum\footnote{Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. Long note. } dolor sit amet,\footnote{Note.} sed purto conclusionemque\footnote{Note.} et, \marginpar{Test} in luptatum efficiantur sea.
\end{document}