On Tue, Mar 11, 2003 at 09:08:44AM +0100, Daniel Engelschalt wrote:
> i'm having problems with line breaking (hope that's the correct english
> phrase ;) within "text".
> 
> the first one is "F?nf-M?chte-Abkommen" which is not being broken.

If I understand correctly, you have a word with a dash, and it is not
hyphenated. The solution is to either add hyphenation points manually using 
ctrl+<minus>, or add to the following line
   \usepackage[htt]{hyphenat}
to the preamble, and in the document, instead of '-' (a dash) put
\hyp{} in latex mode.

> the second one is a bigger text in ""s using typewriter as font. with
> default font settings everything is ok.
> if you want to see what i mean, i can send screenshots (have no webspace
> currently).

The problem is that latex turns off hyphenation for typewriter font.
If your entire paragraph have typewriter font, change the alignment to
"left".
If you have few typewriter words in a normal font paragraph, add
   \usepackage[htt]{hyphenat}
to the preamble, which will enable hyphenation.

Reply via email to