I am using the template entitled "Preparation of Papers for IEEE Sponsored Conferences \& Symposia", in the overleaf. I am trying to use a bibtex file, named ref.bib instead of the "bib items".
In the end of document, I put the following:
\bibliographystyle{IEEEconf}
\bibliography{ref}
But the section References does not appear. I imagine that is lacking the IEEEconf.bst file, but I do not know where I can find the correct one.
Here is the warning showed:
(no line number): This is BibTeX, Version 0.99d (TeX Live 2016/Debian) Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 The top-level auxiliary file: main.aux I couldn't open style file IEEEconf.bst ---line 45 of file main.aux : \bibstyle{IEEEconf : } I'm skipping whatever remains of this command I found no style file---while reading file main.aux You've used 13 entries, 0 wiz_defined-function locations, 110 strings with 744 characters,
Thanks for the help.
bibtex\bstin your texsystem. There you can find lots of bst. Try them out. – Ulrike Fischer Jan 09 '18 at 15:24./main.bbl:108: Missing $ inserted. <inserted text> $ l.108 ...oxy.readthedocs.io/en/latest/user_guide/}– Dalton Cézane Jan 09 '18 at 23:59IEEEconfor the older versionieeeconf? There are some small differences between those two. However, in the IEEEconf documentation it states that "IEEEconf changes bibliography formatting by redefining the thebibliography environment instead of by requiring the author to use a particular BibTEX style file." Can you try\bibliographystyle{abbrv}? Any changes? – Ilbant Jan 10 '18 at 14:12ieeeconf. Thisabbrvrecommendation you are doing is compliant with IEEE conference template? – Dalton Cézane Jan 10 '18 at 14:19IEEEconfbibliography style? Why don't you just useIEEEtranorIEEEtranS. – Ilbant Jan 10 '18 at 14:53