> Date: Wed, 20 Jun 2018 17:29:38 +0200 > From: Andreas Falkenhahn <[email protected]> > > I've noticed some strange hyphenation when using texi2pdf with German texts. > For example, the German word "Dateinamens" is hyphenated like this: > > Datein-amens > > That is not correct. It should be one of Da-teinamens, Datei-namens or > Dateina-mens. Is there a way to make texi2pdf use correct German hyphenation > or will I have to live with this?
There are 2 commands in Texinfo that help TeX hyphenate where its built-in wisdom fails. Read all about them in the node "@- @hyphenation" of the Texinfo manual.
