Latex编译参考文献时出错的解决

标签:
latex杂谈 |
分类: LaTex |
今天在编译论文的参考文献时,报错,出错信息如下:
This is BibTeX, Version 0.99d (TeX Live 2012)
The top-level auxiliary file: ***.aux
I found no \bibdata command---while reading file ***.aux
I found no \bibstyle command---while reading file ***.aux
(There were 2 error messages)
出现这个错误的原因是在文中未引用bibliographystyle,在论文末尾增加以下语句即可解决该问题:
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,REFS}
前一篇:MAC Book 下截屏的快捷键