[tex-hyphen] No hyphenation patterns found
Javier Bezos
listas at tex-tipografia.com
Mon Jan 5 16:11:54 CET 2015
> file. You need to check language.dat (not languages.ini) for entries
> relating to "german" and "ngerman", and add them if they're not. I
> think there is a utility in MiKTeX to do that from the graphical user
> interface, but I don't use MiKTeX myself so I'm not sure.
Babel provides another debugging tool, because it takes a snapshot
of language.dat when the format is built (and provided a recent
version of babel is used). Just write:
\documentclass{article}
\usepackage[nil,showlanguages]{babel}
\stop
and look at the log file (well, xetex, unlike pdftex and luatex, writes
^^I instead of actual tabs). You'll see the defined languages as well as
the files loaded. On my system (TeXLive) I see:
<*languages>
0^^Ienglish^^Ihyphen.tex^^I
0^^Iusenglish^^I^^I
0^^IUSenglish^^I^^I
0^^Iamerican^^I^^I
1^^Idumylang^^Idumyhyph.tex^^I
2^^Inohyphenation^^Izerohyph.tex^^I
3^^Igerman-x-2013-05-26^^Idehypht-x-2013-05-26.tex^^I
3^^Igerman-x-latest^^I^^I
4^^Ingerman-x-2013-05-26^^Idehyphn-x-2013-05-26.tex^^I
4^^Ingerman-x-latest^^I^^I
5^^Iafrikaans^^Iloadhyph-af.tex^^I
6^^Iancientgreek^^Iloadhyph-grc.tex^^I
7^^Iibycus^^Iibyhyph.tex^^I
8^^Iarabic^^Izerohyph.tex^^I
[....
etc.]
Javier
More information about the tex-hyphen
mailing list