帮助我使用 bibtex 文件在文章中撰写参考文献。
以下命令在 texstudio 中不起作用,其中 References 是 bibtex 文件的名称并且与 .tex 文件位于同一文件夹中:-
\documentclass{article}
\bibliography{References}
\begin{document}
\newpage
\bibliography{References}
\bibliographystyle{apalike}
\end{document}
编译后错误如下:-
Missing \begin{document}. \begin{thebibliography}{}
Empty `thebibliography' environment