I'm having some problems around with the citation of a reference on the main text. I'm using the IEEEtranSA.bst style file and i defined the reference:
Code: Select all
@article{susskind691,
author = {S\"usskind, Charles},
title = {The ``story'' of nonionizing radiation research}
Code: Select all
\usepackage[latin1]{inputenc}
\usepackage[british]{babel}
Code: Select all
\bibitem[S\"79]{susskind691}
C.~S\"{u}sskind, ``The ``story'' of nonionizing radiation research,''
Of course i also tried typing ü instead of \"{u} but all i got was rubbish
Is this a known problem? is there any way to avoid this?