[tex-live] question concerning env variables of texmf.cnf

Thomas Esser te at dbs.uni-hannover.de
Sat Oct 16 17:39:45 CEST 2004


> 	TEXMF=foobar:

This works for variables that are directly associated with a search
path, such as $TEXINPUTS. $TEXMF is just a stupid variable without real
kpathsea magic. Ot with other words, kpathsea does not know the concept
of texmf trees.

You can use brace expansion, as in:
  TEXMF="{~/texmf-fc,`kpsewhich -var-value=TEXMF`}"; export TEXMF

Thomas



More information about the tex-live mailing list