Herbert Voss wrote:

> On Mon, 26 Feb 2001, Olaf Glage wrote:
>
> > hello * !
> >
> > I have problems with hyphenation in german. I've tried dehypht.tex and
> > dehyphn.tex - it's always the same thing. For example, the word
> > "Schnittebene" ist hyphenated like this : "Schnit-tebene". That's nonsense.
> > It should be : "Schnitt-ebene".
> > I tried to disable hyphenation at all, but all the ways I found don't satisfy
> > me:
> >
> > -> Insertion of \sloppy into the preamble doesn't work at all - no errors,
> >      but still hyphenation.
> > -> insertion of \hyphenpenality=10000 disables hyphenation, but leeds to
> >      unacceptable results.
> > -> using "nohyphenation.tex" produces the same output as \hypenpenality.
>
> try \hyphenation{Schnitt-ebene} in latex preamble

Hyphenation obviously cannot simply depend on schemes; it seems as if some
"intelligence" is required as well. For example, the hyphenation scheme is correct
when we have

geschnittene  =>   "ge-schnit-te-ne" (Part. of schneiden (to cut))

but

Schnittebene => "Schnitt-e-be-ne" (intersection plane)

LaTeX is really good in many cases of hyphenation, but not perfect.

Michael
--
* Michael Zapf  -----------  http://www.vsb.cs.uni-frankfurt.de/~zapf/
* Institut fuer Informatik, FB Biologie und Informatik
* (Institute for Comp.Science, Dept. of Comp.Science and Biology)
* Johann Wolfgang Goethe-Universitaet Frankfurt/Main


Reply via email to