I'm using the natbib package and would like author-date referencing format. I have the following setup in the preamble:
\usepackage[authoryear]{natbib}
\bibliographystyle{harvard} %(also tried apalike)
\bibliography{mylibrary}
Compiling leads to number format in the pdf with an error 'Bibliography not compatible with author year citations' and the commands:
\providecommand\NAT@force@numbers{}\NAT@force@numbers
in the .aux file.
I had previously used the author-date format with no trouble so I'm not sure why this error has suddenly occurred.
I'm using TeXnicCenter with MiKTeX on Windows 7.