当前位置:   article > 正文

Sjtu模板参考文献问题_this is bibtex, version 0.99d (tex live 2022) the

this is bibtex, version 0.99d (tex live 2022) the top-level auxiliary file:

Problem: 为什么编译后正文中只有 cite key 且文后没有参考文献一节?
在这里插入图片描述

配置texlive 2020和 texmaker
系统:win10
执行:xelatex --> BibTex
报错日志:This is BibTeX, Version 0.99d (TeX Live 2020/W32TeX) The top-level auxiliary file: ***.aux
I found no \citation commands–
while reading file ***.aux I found no \bibdata command—
while reading file ***.aux I found no \bibstyle command—while reading file ***.aux (There were 3 error messages)

官方可参考:为什么编译后正文中只有 cite key 且文后没有参考文献一节?

解决:

step1: 双击compile,等待自动编译,只到出现 XeLatex...
step2: 再用texmaker打开tesis.tex,用XeLatex编译一次,最后点击 查看PDF
注意:tex命名一定要改成 thesis.tex

原理:文件README_en-US.md中
在这里插入图片描述

解决II:

所有的bib文件中的内容都要调出 大写,可能是need一致;
师兄的是所有都小写

我


补充:

1. I found no \citation commands
参考:
结论:bib文件里有几个参考文献在编译前就要添加几个cite,否则就会编译失败,之后再按照顺序编译就成功了

2. I found no \bibdata command- I found no \bibstyle command-
参考:
结论:添加 \bibliographystyle{IEEEtran}
\qquad \bibliography{IEEEabrv}

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号