当前位置:   article > 正文

Latex编译参考文献时出错的解决_this is bibtex, version 0.99d (miktex 2.9) the top

this is bibtex, version 0.99d (miktex 2.9) the top-level auxiliary file: fgb

问题:

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

 

2.解决方案(按步骤操作):

​1) 复制“\bibliography{IEEEabrv}”到​“\end{document}”前一行;其中IEEEabrv是IEEE定义的“.bib”文件,放在和“.tex”文件同级文件夹下;可以去官网下载https://ctan.org/pkg/ieeetran

2)​ 复制“\bibliographystyle{IEEEtran}”到​“\begin{document}”前一行;

修改成以下内容

\documentclass{article}

\bibliographystyle{IEEEtran}

\begin{document}

Here comes \LaTeX!

\bibliography{IEEEabrv}

\end{document}

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/寸_铁/article/detail/994440
推荐阅读
相关标签
  

闽ICP备14008679号