GeneralRedefinition of hyphenation patterns

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Laurentius
Posts: 132
Joined: Wed Feb 11, 2009 11:38 pm

Redefinition of hyphenation patterns

Post by Laurentius »

How do I redefine hyphenation rules for a given language? (First: where is the file for, say, German?) The change I want to make is simple: I want to allow the replacement of “ſ” (long s) for “s”, without that affecting the rules. Is this possible, and as easy as I imagine it should be?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Redefinition of hyphenation patterns

Post by localghost »

Hyphenation patterns are located in the texmf tree. For MiKTeX you can take a look at this directory.

Code: Select all

C:\Program Files\MiKTeX 2.7\tex\generic\hyphen
Generally you can search for German hyphenation patterns on the command prompt.

Code: Select all

kpsewhich dehyphn.tex
kpsewhich dehypht.tex
kpsewhich dehyphtex.tex
Good luck!


Best regards
Thorsten¹
Post Reply