>>>>> "Mate" == Mate Wierdl <[EMAIL PROTECTED]> writes:
>>>>>> "Garst" == Richard E Hawkins Esq <[EMAIL PROTECTED]>
>>>>>> writes:
Garst> Does the sun shine there?:) Sorry if that's just an American
Garst> joke. My question is, what is the best way to incorporate this
Garst> into the docs, and/or can Configure do this for us. I hacked my
Garst> system and put the .sty files in the teTeX area, but now I am
Garst> told that this is wrong--even tho that is what the
Garst> documentation implied.
Mate> The idea is that you should create a directory texinputs/ in
Mate> you home dir (or any other name, of course), and add to your
Mate> startup files setenv TEXINPUTS ${HOME}/texinputs/:$TEXINPUTS
Mate> No, this is not good (or unpredictable: it assumes TEXINPUTS is
Mate> well defined in the environment). Make it
Hmm, the idea was that, if $TEXINPUTS is not defined, it would get
replaced with an empty string, thus giving what you expect. Now that I
think of it, it might not be always true with [t]csh. But it certainly
works with [ba]sh.
Mate> setenv TEXINPUTS ${HOME}/texinputs//:
Mate> This is because: --the trailing dot will be replaced by the
Mate> search path of the running tex program (by the one in texmf.cnf)
Mate> ---the double // says search all subdirectories.
This is only true with teTeX or other web2c 7.x based TeX systems. On
other systems, the result of that will be that the default search path
will be lost :(
JMarc