Sometimes, assume our document contain many long words, TeX may generate some hyphenation at the end of line. But it really hinder our smooth reading. Although I know we can add the hyphenation rule at the preamble. It can't reduce hyphenation number but effect the hyphenation position.
It is said that microtype package can give us more compact output. But it require expert level to tuning the parameter.
|
|
|||||||||||||||||
|
|
Some time ago, I wanted to deactivate hyphenation completely (without switching to I found out that setting In addition, there is the parameter Naturally, forbidding hyphenation might cause underfull/overfull lines. That's why I added My solution to suppress hyphenation completely was
Now, I am aware that you expressed doubts on "tuning complicated parameters". But I encourage you to experiment with The value According to my notes, I stumbled over the details on the mentioned parameters in Knuth, D.: Computers & Typesetting – The TEXbook. AddisonWesley, 1986 on page 96. |
|||||||
|
|
Disabling hyphenation entirely frequently creates more problems than it solves. You may want to fiddle with the
and recompile the document. Only words containing at least 8 characters will now be hyphenated. The success rate (i.e., the reduction in hyphenation frequency) of this approach will depend crucially on the language in use; if its words are generally short, you'll likely see a huge reduction in hyphenations. |
|||
|
|