Hi there, My document has wrong hypenation. So i decide to make no hypenation. I find a syntax in to make my document dont have hypenation. Here is: %no hypenation \tolerance=1 \emergencystretch=\maxdimen \hyphenpenalty=10000 \hbadness=10000 Hope it helps Teguh Hady Ariwibowo Electronics Engineering Polytechnic Institute of Surabaya (EEPIS)
--- On Tue, 12/13/11, Helge Hafting <[email protected]> wrote: From: Helge Hafting <[email protected]> Subject: Re: Too many hyphens To: [email protected] Date: Tuesday, December 13, 2011, 4:09 PM On 13. des. 2011 03:19, Frederick FN Noronha फ्रेडरिक नोरोन्या *فريدريك نورونيا wrote: > Dear all: > > My book text is showing up too many hyphens. Could you tell me if the > text below is causing it, or what could the solution be? > > \usepackage{microtype} > \makeatother > \widowpenalty=1000 > \clubpenalty=10000 > \raggedbottom > \usepackage{titlesec} > microtype will usually lead to fewer hyphens, not more. Things to consider: * Make sure the document language is set correctly. That avoids wrong hyphenations. * Consider wider margins, fewer columns or a more narrow font. That lessens the need for hyphenation Also, you can instruct latex to use a higher penalty for hyphens. That way, latex will make less hyphens and instead put more space between words. Use google to find out more about this. Helge Hafting
