Latex文献报错 Something‘s wrong--perhaps a missing \item. \end{thebibliography}

提示:Something's wrong--perhaps a missing \item. \end{thebibliography}

原因是.tex文档中未曾引用reference中的文献

解决方法

1.到项目文档下找到.bbl文件

2.删除该.bbl文件

3.加入任意一个引用\cite{*}

4.重新编译

即可解决上述bug

posted @ 2022-10-08 15:11  咖啡陪你  阅读(1529)  评论(1)    收藏  举报