I'm setting some texts with parallel package and often get sth as in the attatched picture.
I would like to make LaTeX always break the line if there could be an overfull line. How to cause Latex to do it automatically?
Thanx for help
Piotr
Text Formatting ⇒ Break the line instead of 'overfull' lines
Break the line instead of 'overfull' lines
Last edited by cgnieder on Mon Dec 03, 2012 2:24 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Break the line instead of 'overfull' lines
Have you defined hyphenation patterns for the non-English words? If TeX doesn't know how to hyphenate the word, it will produce a lot of overfull hboxes. You can hyphenate specific words with
\hyhphenation
, but if you're not writing in English, you'll want to include the right language (and hyphenation patterns) with babel. My expertise with babel is non-existant, however.