[comp.text.tex] Path for style files for LaTeX.

mmoore@linc.cis.upenn.edu (Mike Moore) (04/15/91)

In article <41182@netnews.upenn.edu> pravin@eniac.seas.upenn.edu writes:
>How do I set the path for the directory, where I keep my style files for
>LaTeX (the ones not included in the installed lib on the system).  Is

Put a line like the following in some init file (or execute this command
before you do LaTeX).  This tells tex to search first in the current
directory, then in ~/bib, then in ~/tex, and finally in the system directory.

setenv TEXINPUTS .:$HOME/bib:$HOME/tex:/usr/lib/tex/macros


Mike