On Tue, 2011-01-25 at 15:15 +0200, Barak Shoshany wrote:
> Hello,
>
>
> Sometimes I want to force two paragraphs to be on the same page. This
> may be done with Ctrl+Enter and the end of the first paragraph, but
> then the spacing between them is too small. How can I make two
> paragraphs (or maybe even a paragraph and an image, table, etc.)
> always be on the same page, no matter what?
>
>
> Thanks,
> Barak
Try this in the preamble:
\renewcommand{\bottomfraction}{0.8}
% Allows up to 80% at the bottom of the page be floats
\renewcommand{\textfraction}{0.07} % allow minimal text w. figs
Also see http://mintaka.sdsu.edu/GF/bibliog/latex/floats.htm
Les