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