>>>>> "Manuel" == Manuel Hossfeld <[EMAIL PROTECTED]> writes:
Manuel> I was mildly shocked when I checked the layout on a printed
Manuel> version of my thesis, and had a closer look on the footnotes:
Manuel> Some footnotes do NOT appear on the page they belong to (but
Manuel> isntead on the next one), and some are even "torn apart"
Manuel> between pages (although not very long)! Goodness... I� used
Manuel> to something like this with MS Word, but not with
Manuel> Lyx/Latex...! Isn�t this something never should happen with
Manuel> Latex?
Concerning the footnote torn apart on several pages: it is done by
LaTeX because it considers that it is not possible to show the
footnote correctly on one page. You can change this behaviour by
adding
\interfootnotelinepenalty=10000
in Layout->LaTeX_Preamble. Be warned though that the result may be
ugly (incompletely filled pages...).
JMarc