Re: kpsewhich not reading texmf.cnf file
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
> # kpsewhich -expand-var='$TEXMFCNF' > /usr/local/teTeX/share/texmf/web2c/texmf.cnf So, you have put the file into a *directory* named /usr/local/teTeX/share/texmf/web2c/texmf.cnf? The meaning of TEXMFCNF is to specify a search path, not a file name. I think that you should just unset that variable. Or, set it to /usr/local/teTeX/share/texmf/web2c > Does anyone know why kpsewhich (and texconfig) isn't reading texmf.cnf? Because you have forced them not to find your file... Thomas