Page Layout ⇒ page text width hyphenating words
page text width hyphenating words
I have changed my lefside margin and now latex hyphenates some of the word at the end of the sentence e.g eff- (continues word on next line).
Any one know a remedy for this?
Thanks!
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
page text width hyphenating words
If, on the other hand, you just don't like that particular choice of hyphenation, try using \hyphenation{wordidontwanthyphenated}, which tells TeX NOT to hyphenate that word except where you tell it. For example, \hyphenation{foo-bar FUBAR} tells TeX not to hyphenate "FUBAR", but it can hyphenate "foobar" (but only between the o and the b, nowhere else).