[twg-tds] Re: bibliography directory

Karl Berry karl@freefriends.org
Wed, 6 Nov 2002 09:45:04 -0500


    I am trying to work out how to direct latex to search directories for my
    bibliography files database.

With the environment variable (or configuration file setting): 
If you use csh or tcsh:
  setenv BIBINPUTS /dir1:/dir2: 
If you use sh or bash:
  BIBINPUTS=/dir1:/dir2:
  export BIBINPUTS

Hope this helps,
karl