WinEdtTrying to load wrong bbl file...

Information and discussion about WinEdt, a commercial integrated LaTeX environment for Windows
Post Reply
mjs454
Posts: 1
Joined: Fri Feb 03, 2012 4:57 am

Trying to load wrong bbl file...

Post by mjs454 »

Hi All,

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}
WinEdt successfully recognizes it in the tree, but when I compile the Latex and look in the log it seems like it's looking at a different file...
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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply