Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!linc.cis.upenn.edu!mmoore From: mmoore@linc.cis.upenn.edu (Mike Moore) Newsgroups: upenn.cis.grad,comp.text.tex Subject: Re: Path for style files for LaTeX. Message-ID: <41188@netnews.upenn.edu> Date: 15 Apr 91 14:36:33 GMT References: <41182@netnews.upenn.edu> Sender: news@netnews.upenn.edu Reply-To: mmoore@linc.cis.upenn.edu (Mike Moore) Followup-To: upenn.cis.grad Organization: University of Pennsylvania Lines: 12 Nntp-Posting-Host: linc.cis.upenn.edu 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