The wonderful LatexTools plugin for Sublime Text 2 autocompletes references when using \cite
. Everything works perfectly when the .bib
filed is in the same folder as the .tex
file, and the .tex file includes the \bibliography
command.
Unfortunately, for my larger projects, I keep my chapter .tex
files in a subfolder. The \bibliography
command only appears once in the master .tex file, and the .bib
file lives with the master .tex file.
Is there a way to "point" LatexTools to my bibliography for all of the sub .tex files which do not include the \bibliography
command, so that I can get autocomplete working?