I am new to BibDesk and Latex. I was wondering if there is a faster way than exporting articles from BibDesk as a .bib file via the file -> export button to integrate those into latex? Isn't there any latex package which directly exports your articles form BibDesk?
So ideally I add a new reference to my BibDesk then copy the \cite tag and finally just rerun make (and other commands recompile latex and it is there.
BibTeX(not BibDesk) is supposed to work? You reference your .bib file in your LaTeX document. So there's nothing really to export here. You just tell LaTeX with the\bibliographydirective which file contains your references and that's the one you edit with BibDesk. Or are you talking about a better integration between BibDesk and your LaTeX editor? – Simifilm May 10 '12 at 13:45jabref, there is onepushoption which puts the bibtex key in to the editor with a click. – Harish Kumar May 10 '12 at 13:45