Search code examples
latex

I couldn't open style file IEEEbib.bst


I am trying to complete a paper in latex downloaded from an online template.

there shows an error while compiling:

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)

How can I fix this?


Solution

  • IEEEbib.bst is not a default style include in tex distributions. Either you can download it from wherever you have your online template from or you could try your luck with a random version of the file from somewhere on the internet, e.g.

    https://web.archive.org/web/20201026100503/https://2021.ieeeicassp.org/Papers/PaperFormat/IEEEbib.bst

    (this might be a different version and might give different results ...)