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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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.