Re: Problem with plain tex and babel
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 12, 2005 at 02:51:47PM +0200, Artemio Gonzalez Lopez wrote: > my case, texconfig and texconfig-sys show that the hyphenation files > used by etex and latex are the ones in my home texmf tree, which I have > appropriately customized. kpsewhich agrees with this: > > [tillina:~] artemio% kpsewhich language.def > /Users/artemio/Library/texmf/tex/plain/config/language.def > [tillina:~] artemio% kpsewhich language.dat > /Users/artemio/Library/texmf/tex/generic/config/language.dat Better try kpsewhich -progname=etex language.def kpsewhich -progname=latex language.dat If his shows different files than those ready by latex / etex, you have to run latex / etex with KPATHSEA_DEBUG set (e.g. to -1). Let me know if you need more help. Thomas