Here is my attempt at an MWE:
Code: Select all
\documentclass[a4paper,11pt,oneside]{memoir}
\usepackage[T1]{fontenc} %Encoding
\usepackage[latin1]{inputenc}
\chapterstyle{chappell}
\usepackage[authoryear,numbers,sort&compress]{natbib}
\bibpunct[:]{(}{)}{;}{a}{}{,}
\begin{document}
\frontmatter
\mainmatter
\OnehalfSpacing
\pagestyle{companion}
Here is some random text that cites this file \cite[331]{sauvet09thinking}.
\bibliographystyle{plain}
\thispagestyle{empty}
\bibliography{sauvet}
\end{document}
Code: Select all
\begin{thebibliography}{1}
\bibitem{sauvet09thinking}
Georges Sauvet, Robert Layton, Tilman Lenssen-Erz, Paul Ta\ccon, and Andr\'e
Wlodarczyk.
\newblock Thinking with animals in upper palaeolithic rock art.
\newblock {\em Cambridge Archaeological Journal}, 19(03):319--336, 2009.
\end{thebibliography}
Code: Select all
@ARTICLE{sauvet09thinking,
author = {Sauvet, Georges and Layton, Robert and Lenssen-Erz,Tilman and Ta\ccon,
Paul and Wlodarczyk, Andr\'e},
title = {Thinking with Animals in Upper Palaeolithic Rock Art},
journal = {Cambridge Archaeological Journal},
year = {2009},
volume = {19},
pages = {319-336},
number = {03},
doi = {10.1017/S0959774309000511},
eprint = {http://journals.cambridge.org/article_S0959774309000511},
file = {sauvet09thinking.pdf:sauvet09thinking.pdf:PDF},
}