问题描述:
OverLeaf编辑latex投稿Physics of FLuids时不能上传Reference.bib文件,所以不能在线编译出带参考文献的PDF
解决方案:
如下图代码块展示的样子,首先在overLeaf中带着Reference.bib完整的编译并成功生成PDF全文。\section*{References}
\bibliography{Reference}% Produces the bibliography via BibTeX.

\bibliography{Reference}% Produces the bibliography via BibTeX.
这一行,删掉Refreence.bib文件也可成功编译。