BibTeX, biblatex and biber ⇒ Fixed Folder for Bibliography Database
Fixed Folder for Bibliography Database
I am using the bibliography and my references are in JabRef. For the moment, I have the bibliography database file in the same folder as the LaTeX document. Is there any way I can call the database file from a different folder by specifying a directory in the LaTeX source file? I have a master reference for all my papers and at the moment I have to move it to a specific folder every time I draft a new paper. Please let me know.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Fixed Folder for Bibliography Database
Code: Select all
export BIBINPUTS=".:$HOME/LaTeX/includes:"
This works in TeXLive and teTeX; I don't know how universal those variables are, though. There is also a TEXINPUTS variable that specifies a search directory for
\include
d and \input
ted files as well as document classes and packages.