I'm getting natbib error:
Bibliography not compatible with author-year citations.
The 'help' says
Check the bibliography entries for non-compliant syntax, or select author-year Bibtex style e.g. plainnat.
Can someone point out the error in my ways because apalike is an author-year style citation, right?
\documentclass[11pt,letterpaper]{article}
\usepackage[authoryear,square]{natbib}
\begin{document}
\section{Intro}
some text \citep{citekey1} and \citet{citekey2}
\section{Methods}
\bibliography{$HOME/Dropbox/Reference_Library/library}
\bibliographystyle{apalike}
\end{document}
.bblauxiliary file and reprocess your document; if that doesn't help, build a minimal.bibfile that reproduces the error and add it to your question. – Gonzalo Medina Apr 21 '12 at 13:25