Am Thu, 24 May 2012 12:54:51 -0400 schrieb
coo...@NOSPAMverizon.net:
> I'll give that a try. What I think is perhaps more of interest is
> that it (increasing penalty) *DOES* work if I compile using LaTeX, but
> *DOES NOT* work if I use LuaLaTex.
It would really be easier to help you if you would give an example.
I at least can't reproduce the problem from the vage informations
you have given so far.
In the following example both lualatex + pdflatex behave the same
way: \interfootnotelinepenalty=10000 suppress the footnote split, if
there is no \par in the footnote. If I add paragraphs (by
commenting/removing the \let\lips@par\relax) then both break.
\documentclass{article}
\usepackage{lipsum}
\interfootnotelinepenalty=10000
\begin{document}
\makeatletter
\lipsum[1-3]\footnote{\let\lips@par\relax
\lipsum[1-3]}\lipsum[1-4]
\end{document}
--
Ulrike Fischer