Tex: The top-level auxiliary file: *.aux I couldn't open style file IEEEtran.bst 解决方法


参考:

Bibliography is not printed using Kile on Ubuntu

Tex: The top-level auxiliary file: *.aux I couldn't open style file IEEEtran.bst 解决方法

系统: Deepin

在使用TexMaker添加.bib引用文献的时候,出现以下问题:

...The top-level auxiliary file: *.aux I couldn't open style file IEEEtran.bst...

解决方案是安装texlive-publishers:

$ sudo apt-get install texlive-publishers

也有可能是因为缺少IEEEtran.bst文件,通过以下命令获取该文件,解决问题:

wget http://tug.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/IEEEtran.bst

附: .tex文件结尾引用文献处:

\renewcommand\refname{Reference}
\bibliographystyle{plain}
\bibliography{*}

2017.7.18


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM