[Tex/LaTex] How to move the last line to the next page

page-breaking

I have a trivial (I hope) problem. I want to move the last line from the even page to the odd one and not to break the paragraph. I tried \newpage and it moved the line to the odd page but it broke the paragraph too. Then I tried \pagebreak[1] but my text floated (vertically) to the bottom even though i used \raggedbottom in my preamble (by the way I wouldn't like to use \raggedbottom).

I googled and found maybe changepage package could help. I used it but my footer moved up and of course I don't want it.

I hope it's clear.
Do you know what to do?

Best Answer

You can enlarge or reduce the current page using the following command. To add or remove a line use \baselineskip (the distance between two lines, i.e. their baselines) as reference:

\enlargethispage{-\baselineskip}