I am using Texmaker on a Mac. I am having trouble creating a bibliography.
Firstly, how do I create a file with the .bib extension? When I try to save a new file - let's call it "ref" - it saves as a .tex file. There is no option in "Save As" for .bib. In "Save As" when choosing extension time there is only one option which is "TeX Files( .tex, .bib, ...)".
Secondly, I understand that I am supposed to compile using PDFLatex>BibTex>PDFLatex>PDFLatex>ViewPDF. But I get error commands such as "exited with erros" when running bibtex. I am pasting the error message here:
\bibdata{ref : }I'm skipping whatever remains of this command I found no cite keys---while reading file Impact of schooling on slum children_Summary_v1.aux I found no database files---while reading file Impact of schooling on slum children_Summary_v1.aux (There were 5 error messages)Process exited with error(s)
When using beamer, do we use the same method to create a bibliography?
.bibfile, you should use something like JabRef or BibDesk. BibDesk is Mac only. You can also just use any text editor, though, to create a.bibfile, but a dedicated GUI like one of those is probably better. – Adam Liter Jul 13 '14 at 04:35.bibextension manually. – Werner Jul 13 '14 at 04:46I found no cite keys.... Did you actually cite anything in your document? – cfr Jul 13 '14 at 12:03