I am relatively new to latex and I am puzzled by the way citations work. I used Mendeley to generate a bib-file with all my references in it but I am having trouble using citations in my text.
What I do is this:
\documentclass{article}
\usepackage[utf8]{inputenc}
\bibliography{C:/Users/PC/Documents/biblio}
\begin{document}
\maketitle
Please insert a citation here \cite{Ross2010}
\end{document}
I use MikTex and typeset with pdfLaTex+MakeIndex+BibTex and I used Mendeley to create a large .bib file with all my references in for me to reference in the beginning of the document but when I check, it doesn't recognize any of the references in the list and just write "?" in the pdf.
What am I missing?