Recently I am writing an IEEE conference paper by Latex, unfortunately, I can not link to references even though I define everything correctly by \bibliography{bibs}. Usually, I only need to run "Bibtex" and "Latex" for couple of times, it will fix the link issue automatically. However, it does not work this time.
Through searching on Internet, I found a solution from this blog.
Just put \bibliographystyle{IEEEtran} under \documentclass line. Now it will display bibliography properly after recompiling.
No comments:
Post a Comment