On Sun, Feb 10, 2002 at 10:44:49PM +0100, Patrick Dupre LCMI wrote: > Hello, > > How can I indicate to lyx that all my *.bib files are located in a precise > directory ?
export BIBINPUTS=/home/foo/bib: (in .bashrc if you use bash) setenv BIBINPUTS /home/foo/bib: (in .tcshrc if you use tcsh)
