I'm pretty new to Latex, and I'm trying to get a template working to start out...
I am using WinEdt with PDFLatex, and everything seems to be working except linking up to my Bibtex library. In my code I define where my bibliography file is relative the tex file:
Code: Select all
\bibliography{../../myLibrary}
I compile filename.tex within primaryFolder.
Instead of looking for myLibrary.bbl in primaryFolder/../../ it looks for filename.bbl in primaryFolder
I hope that makes sense. Any ideas?