Text Formatting ⇒ Reducing Hyphenation
Reducing Hyphenation
Is there any way to reduce hyphenation in the body text. But at the same time i dont want more space between words in a sentence. Please suggest me any help regarding the same.
With sincere regards,
Upananda
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Reducing Hyphenation
Code: Select all
\usepackage[none]{hyphenat}
Code: Select all
\hyphenpenalty=5000
\tolerance=1000
Re: reducing hyphenation
I am grateful to you for your help. I have learned so much from this forum. Else i wouldn't have been able to use latex in my life.
With sincere regards,
Upananda
Reducing Hyphenation
What do we have to use, in the preamble, if we just want to reduce slightly the risk of hyphenations?
I don't like hyphenations at all, but don't want to use the
\raggedright
command since it turns horribly the text paragraphs. And I hate "MS Word-like" large spaces between words or letters in the text, so hyphenation is almost inevitable. But could we reduce it a bit in LaTeX?EDIT: According to this web site:
https://rajeeshknambiar.wordpress.com/2 ... phenation/,
it is better to use
\emergencystretch=\maxdimen
instead of \tolerance
.- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Reducing Hyphenation
\usepackage{microtype}
helps. And using T1 font encoding.Stefan