我的代码如下:
\documentclass[letterpaper,12pt]{article}
\usepackage[numbers]{natbib}
\begin{document}
\bibliographystyle{apa}
\bibliography{reference.bib}
\end{document}
例如,从文件“reference.bib”中,我有以下参考代码1
@misc{echinacities, title={2016 Provinces with the Largest Population: Guangdong Takes Crown}, url={http://www.echinacities.com/news/2016-Provinces-with-the-Largest-Population-Guangdong-Takes-Crown}, journal={eChinacities}}
但是当我编译它时,
\bibliographystyle{apa}
我尝试使用而不是\bibliographystyle{apalike}
,但没有成功。当我尝试\usepackage{apacite}
和 时
\bibliographystyle{apacite}
,我能够生成 apa 格式的参考文献,但没有出现编号。此外,一些文本溢出了页面。