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)
解决:
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}