Hello everyone and thank you in advance for taking time to read my post.
I have some issues concerning word's hyphenation when a new page occurs.
The two parts of the word are written on two different pages, wich is, I guess, an aesthetic problem.
Is there any automatic solution to avoid such a behaviour ?
Or should I \mbox every cases I encounter ?
I don't find anything about this topic by using google or by searching here.
Again, thanks in advance for your solution(s).
Regards, Shinkei.
Text Formatting ⇒ Prevent Hyphenation between two Pages
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Prevent Hyphenation between two Pages
You can discourage breaking pages at hyphens by increasing \brokenpenalty
(in the preamble). The standard setting is 100, so work your way up until you find a good value (the maximum is 10000).
Code: Select all
\brokenpenalty=200\relax
Joseph Wright
Re: Prevent Hyphenation between two Pages
Thank you very much Mr. Joseph Wright,
the value you have given works perfectly at the first try.
Best regards
the value you have given works perfectly at the first try.
Best regards