I'm using natbib and IEEEtranN.bst (or IEEEtran.bst)
\usepackage[square,sort,comma,numbers]{natbib}
\bibliographystyle{IEEEtranN.bst}
I want to make the author name and et al. both italic without making the number italic with \citet{}. For example, I'd like
Kim et al. [8] propose the use of ...
I tried using lockstep's answer to change the IEEEtranN.bst file without success, by changing
FUNCTION {bbl.etal}{ "et~al." }
to
FUNCTION {bbl.etal}{ "\emph{et~al.}" }
