首页 > 解决方案 > 我无法打开样式文件 IEEEbib.bst

问题描述

我正在尝试完成latex从在线模板下载的论文。

编译时出现错误:

This is BibTeX, Version 0.99d (MiKTeX 21.6)
The top-level auxiliary file: Islam2021.aux
I couldn't open style file IEEEbib.bst
---line 69 of file Islam2021.aux
 : \bibstyle{IEEEbib
 :                  }
I'm skipping whatever remains of this command
I found no style file---while reading file Islam2021.aux
(There were 2 error messages)
Process exited with error(s)

我怎样才能解决这个问题?

标签: latex

解决方案


IEEEbib.bst不是 tex 发行版中包含的默认样式。您可以从拥有在线模板的任何地方下载它,或者您可以从 Internet 上的某个位置使用随机版本的文件试试运气,例如

https://2021.ieeeicassp.org/Papers/PaperFormat/IEEEbib.bst

(这可能是一个不同的版本,可能会给出不同的结果......)


推荐阅读