I am using IEEEtran as bibliographystyle which presents the citation as numbers. In some text I need to write the name of authors. However, IEEEtran can only use \cite{..} to give numbers. I would like to ask how can I use multiple bibliographystyle that don't make conflicts (i.e., give the ability to cite by numbers \cite{..} or author name \citep{..} in the text, having the same list of Biblography as numbers at the end of the document)
Asked
Active
Viewed 217 times
0
Natbibpackage to use\citet{key}. This means that there will be conflict betweenIEEEtran and Natbib– Yasmin Jun 18 '14 at 18:14natbibto begin with. If you are only using the IEEE style, you should loadnatbibwith thenumbersoption, use thenatbib-friendly IEEE styleIEEEtranN(\bibliographystyle{IEEEtranN}– notice the extra uppercase 'N' at the end), and usecitet{key}. – sudosensei Jun 18 '14 at 18:23(author ?)in the text when usingcitet{key}and load\usepackage[numbers]{natbib}– Yasmin Jun 18 '14 at 18:37\usepackage[numbers]{natbib}and\bibliographystyle{plannit}and use\cite{..}for numbers and\citet{..}for author name along with number – Yasmin Jun 18 '14 at 18:41