Textstudio 编译bare_jrnl文件时报错:
something’s wrong–perhaps a missing\item. \end{thebibliography}
解决方案:
- 点击错误,跳转到 bare_jrnl.bbl文件
- 修改文件,加入一行\item
\providecommand{\BIBdecl}{\relax}
\BIBdecl
\item
\end{thebibliography}
- 保存,重新编译tex文件,成功。
解决Textstudio编译bibliography报错
这篇博客介绍了在使用Textstudio编辑LaTeX文档时遇到的bibliography编译错误。错误提示为'something’s wrong–perhaps a missing item.end{thebibliography}
Textstudio 编译bare_jrnl文件时报错:
something’s wrong–perhaps a missing\item. \end{thebibliography}
解决方案:
\providecommand{\BIBdecl}{\relax}
\BIBdecl
\item
\end{thebibliography}
9451
3924
1950
2245