Hi,

Nikolai Weibull wrote:
The only texmf.cnf lives in /etc/texmf.cnf; other are symlinks to it.
Do you have a symlink in /etc/share/texmf/web2c as well?
Well, I have with a standard-SUSE-10.0 teTeX only /etc/texmf/web2c/texmf.cnf and neither of those others.

To find the texmf.cnf, which TeX uses, enter:
  kpsewhich texmf.cnf
(gives here: /usr/share/texmf/web2c/texmf.cnf)

to find the real file (you can also edit the symlink, actually), use readlink:
 readlink -f `kpsewhich texmf.cnf`
(gives here: "/etc/texmf/web2c/texmf.cnf", the symlink above is actually "../../../../etc/texmf/web2c/texmf.cnf")

Tobias
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to