Is there an easy way to force the end of a paragraph to be at the bottom of the page?
For a "short" paragraph, something like either
\null\vfill
or \vspace(*){\fill}
can do the trick.
However, if the height of the paragraph is bigger than the place available, a new page is created with this "bottom" paragraph at the top of it...
Is it then possible to force the "bottom" paragraph to end at the bottom of a page?
More specifically, i'ld like to apply this to a section bibliography.
Thanks for all!