I'm having problems creating a bibliography for the first time; I'm using Mendeley to generate it (it creates a file with the following code:
Code: Select all
Automatically generated by Mendeley 1.1.2
Any changes to this file will be lost if it is regenerated by Mendeley.
@article{Mcnamara2004,
author = {Mcnamara, John M and Barta, Zoltan and Houston, Alasdair I},
file = {:C$\backslash$:/Users/Owner/Documents/University/Maths/Year 4/Project/McNamaraJM\_2004\_Nature428\_745.pdf:pdf},
journal = {Nature},
number = {1993},
pages = {745--748},
title = {{Variation in behaviour promotes cooperation in the Prisoner ’ s Dilemma game}},
volume = {176},
year = {2004}
}
Code: Select all
\documentclass[a4paper,12pt]{article}
\begin{document}
\title{Bibliography testing}
\date{\today}
\maketitle
Test\cite{Mcnamara2004}
\bibliographystyle{plain}
\bibliography{/Users/Owner/Documents/University/Maths/Year 4/Project/Mendeley Docs/Bibliography.bib}
\end{document}
Thanks very much for all your help, let me know if my questions isn't well-asked.
Chris