当前位置:   article > 正文

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

the top-level auxiliary file: example.aux

参考:

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文件结尾引用文献处:

  1. \renewcommand\refname{Reference}
  2. \bibliographystyle{plain}
  3. \bibliography{*}

2017.7.18

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

闽ICP备14008679号