I'm have problems with the compiling of my references section in Texmakers.
I'm using Mendely which hosts all my research papers, and now I'm exporting them as a .bib file and storing them in the same folder where my report.tex file is.
Then I put the following lines in Textmaker:
\bibliographystyle{apalike}
\bibliography{mendeleybibfile}
and I hit BibTeX up there in the bar menu
and it returns with the following error:
Process started
Process exited with error(s)
this is a bib code generated from Mendeley:
@book{Lead2007,
author = {Lead, Uber Tech and Intellect, Collective and Engineer, Senior Software},
file = {:home/tropche/Documents/Programming Collective Intelligence.pdf:pdf},
pages = {9 -- 20},
title = {{Programming Collective Intelligence}},
year = {2007}
}
\cite{Lead2007}? Did you compile with pdfLaTeX first, then BibTeX, then pdfLaTeX twice? – Torbjørn T. Apr 27 '12 at 4:34