alexandervdm / gummi

Simple LaTeX editor
https://gummi.app
MIT License
746 stars 94 forks source link

cannot compile .bib file when using natbib #56

Open andyofmelbourne opened 7 years ago

andyofmelbourne commented 7 years ago

I have used gummi successfully to auto-detect and compile my bibtex files working from the default template. However when using \documentclass[aps]{revtex4-1} (which uses natbib) the compilation of test.bib fails with the error "I couldn't open database file test.texNotes.bib".

Current solution:

  1. cp ~/.cache/gummi/.test.texNotes.bib .
  2. [click compile]
  3. It works, and DUMMY:1 is correctly referenced in the document.

screenshot from 2017-02-19 15-25-41 test.tar.gz

P.S. gummi --version just says "Gummi git" so apologies if this is an old issue. And thanks for the great program:)

jwbrooks0 commented 6 years ago

Thank you. I had this problem when using Gummi and a .bib file generated by Mendeley Desktop. I copied all of the files from ~/.cache/gummi/ into my working directory, and now bibliography compiles just fine.