我收到 natbib 错误:
Bibliography not compatible with author-year citations.
“帮助”说
检查参考书目条目是否存在不合规语法,或选择作者年份 Bibtex 样式,例如 plainnat。
有人可以指出我的方法中的错误吗,因为这apalike
是作者年份风格的引用,对吗?
\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}