I have following code:
\section{This is some long text and probably it will be broken}
I would like to prevent word division like:
This is some long text and pro-
bably it will be broken
And the second issue is to break it in a nice way, for example:
This is some long text and probably it will be
broken
looks bad, because only word 'broken' will be placed in second line. It would be nicer to do it in this way:
This is some long text and probably
it will be broken
