Is the latex installation on UW servers configured to allow users to do
this? If so, what do I need to name the directory?
Thanks.
Dave DeHaan
setenv TEXINPUTS ${HOME}/dedehann/mytexstuff///:
the : tell it to continue looking into system locations and the extra // says
look recursively into the subdirectories of ${HOME}/dedehann/mytexstuff/
Walter