Overleaf 中的正文和参考书目中未显示引文

Overleaf 中的正文和参考书目中未显示引文

我将references.bib文件添加到主文件旁边的项目根文件夹中.tex。并使用以下代码导入它:

\begin{document}
 ...
\bibliographystyle{abbrv}
\bibliography{references}
\end{document}

但它没有显示在参考文献部分,cite 命令也没有返回数字。为什么?

更新:显示的多个类似错误之一是:

Runaway argument? ]{somerefid}\@safe@activesfalse  and \cite {somerefid\ETC. ! Paragraph ended before \org@@citex was complete. <to be read again> \par l.907 I suspect you've forgotten a `}', causing me to apply this control sequence to too much text. How can we recover? My plan is to forget the whole thing and hope for the best.

相关内容