>>>>> "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.
The idea is that you should create a directory texinputs/ in you home
dir (or any other name, of course), and add to your startup files
setenv TEXINPUTS ${HOME}/texinputs/:$TEXINPUTS
No, this is not good (or unpredictable: it assumes TEXINPUTS is well
defined in the environment). Make it
setenv TEXINPUTS ${HOME}/texinputs//:
This is because:
--the trailing dot will be replaced by the search path of the running
tex program (by the one in texmf.cnf)
---the double // says search all subdirectories.
Mate---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis