My bibliography database files look like this:
Code: Select all
@INCOLLECTION{Chandler2009,
author = {Chandler, R.J.},
title = {{Shorebirds of the Northern Hemisphere}},
publisher = {Christopher Helm},
year = {2009},
address = {London},
annote = {Whimbrel and Curlew account},
file = {:Users/rossahmed/Library/Application Support/Mendeley Desktop/Downloaded/Chandler - 2009 - Shorebirds of the Northern Hemisphere.pdf:pdf}
}
@BOOK{EngelmoerM&Roselaar1998,
title = {{Geographical Variation in Waders}},
publisher = {Springer},
year = {1998},
author = {Engelmoer, M. \& Roselaar, C.S.},
pages = {214--223},
annote = {Curlew and Whimbrel section},
file = {:Users/rossahmed/Library/Application Support/Mendeley Desktop/Downloaded/Engelmoer, M \& Roselaar - 1998 - Geographical Variation in Waders.pdf:pdf}
}
@BOOK{PraterT1977,
title = {{Guide to the Identification and Ageing of Holarctic Waders}},
publisher = {BTO},
year = {1977},
author = {{Prater, T.}, Marchant.J. \& Vuorien, J.},
address = {Tring},
annote = {Curlew and Whimbrel section},
file = {:Users/rossahmed/Library/Application Support/Mendeley Desktop/Downloaded/Prater, T - 1977 - Guide to the Identification and Ageing of Holarctic Waders.pdf:pdf}
}
Code: Select all
\documentclass{article}
\usepackage[style=authoryear,natbib=true]{biblatex}
\addbibresource{CU1.1jabref.bib}
\begin{document}
This is my text \cite{EngelmoerM&Roselaar1998}
This is more text \cite{Chandler2009}
This is even more text \cite{PraterT1977}
\printbibliography
\end{document}