Adding local texmf tree

Fabrice POPINEAU Fabrice.Popineau@supelec.fr
23 Jun 1999 12:05:48 +0200


Roman Belenov <roman@nstl.nnov.ru> writes:

> Hello,
> 
> I'm  trying  to  setup fpTeX (I've downloaded fpTeX binaries and teTeX
> texmf  files). I couldn't find how to make fpTeX search my local texmf
> tree  before  the  main  one.  Any suggestions ?

Your variables in texmf.cnf or environment should be~:

TEXMFLOCAL=c:/TeX/texmf.local
TEXMF={!!$TEXMFLOCAL,!!$TEXMFMAIN}

Your TEXMFLOCAL must be tds compliant : any LaTeX file foo.cls from
the foo package has to be stored in :
c:/TeX/texmf.local/tex/latex/foo/foo.cls

then run mktexlsr to build the ls-R file for your local texmf tree.

-- 
Fabrice