OverLeaf编辑latex投稿Physics of FLuids参考文献导入

it2023-03-23  87

问题描述:

OverLeaf编辑latex投稿Physics of FLuids时不能上传Reference.bib文件,所以不能在线编译出带参考文献的PDF

解决方案:

如下图代码块展示的样子,首先在overLeaf中带着Reference.bib完整的编译并成功生成PDF全文。 \section*{References} \bibliography{Reference}% Produces the bibliography via BibTeX. 如图所示点击`logs and outputs files` -> `other logs and files`->`bbl file`下载 用bbl file内所有内容替换掉 \bibliography{Reference}% Produces the bibliography via BibTeX.

这一行,删掉Refreence.bib文件也可成功编译。

最新回复(0)