投TMI发现不能直接导入bib生成参考文献,师兄说要bib转成bbl,在overleaf上成功,记录如下 https://blog.csdn.net/u010440456/article/details/111505211
- 新建gen_bbl.tex 和 references.bib
- 在gen.tex编写:
documentclass{article}
begin{document}
nocite{*}
bibliography{references} %bibfile_name
% bibliographystyle{IEEEtran}
bibliographystyle{mdpi}
end{document}
- 将编译器选择为LaTex,操作下面3步,即可导出bbl文件,可将bbl文件复制到你要引用的文献中。
image.png