thehogfather / brackets-latex

Support for editing and compiling latex documents in brackets
24 stars 4 forks source link

folder structure affects bibtex compilations #24

Closed thehogfather closed 9 years ago

thehogfather commented 9 years ago

When a document references an external bibtex file, and the document is in a subfolder of the current project, running bibtex on the file does not work. E.g.,

 latexproject
      /src
           /page1.tex
           /page1.bib

Compiling and running bibtex on `page1.tex' does not generate the required references.