Stefan wrote:
> I am using Lyx 1.6.8 on a Gentoo amd64 (hardened) profile. This is my
> first post here and I tried to find a non-hackish approach to fix my
> problem but failed:
>
> I am writing a german text which results in a pdf of about 50 pages, all
> is working fine but the hyphenation is really in bad shape:
>
> For example, the word "grenzt" was hyphenated and since it has only one
> syllable in german it is not to be hyphenated at all. But this is not the
> only problem. I had in a previous essay of about 40 pages about three
> cases of the same problem and I thought "nevermind" and ctrl+- to fix
> this. This time, there is a problem on almost every single page and it is
> too much to fix manually. The language is set to german, the spellchecking
> is done in german, but the hyphenation is not, in my oppinion.
Looks like something is wrong with your setup. Please check that German is
really set and that the German hyphenation patterns are loaded (the latter
should be noted at the beginning of Document > LaTeX Log).
BTW there are some new, experimental hyphenation patterns for German that are
already generally better than the LaTeX defaults. You can load it via
\usepackage[ngerman=ngerman-x-latest]{hyphsubst}
> As a side question: is there a Lyx-way to exclude names and short
> non-standard-german-word of persons from being hyphenated?
either put the words in an \mbox{...} (via ERT) or add a list like this in
your preamble:
\hyphenation{foo,bar,moo,...}
> Thanks for this great program, I am looking forward to version 2.0
Jürgen