[Tex/LaTex] how to use bibtex in IET Electronics letter Latex template

bibitembibtextemplates

IET Electronics Letter template uses bibitem for reference. However, I want to use BiBtex file (.bib) i.e. a separate file for reference. Please suggest how I can use .bib file in the Latex file?

Best Answer

Find the iet.bst file in the following archive:

http://digital-library.theiet.org/files/IET_ResearchJournals_latex.zip

Then use this style along with your .bib file to get the references in IET style.

\bibliographystyle{iet}
\bibliography{refs.bib}

EDIT

Here is a modified version for IET Electronic letters: iet.bst