I have often had a problem when citing the same author in a document. For example for when two different works by the same author, the name of the author in the second reference will appear as dashes ( ----- ).
Code: Select all
\documentclass{IEEEtran}
\begin{document}
\title{Advanced Referencing}
\author{Example One}{exone@swin.edu.au}{}
\maketitle
\section{Introduction}
\IEEEPARstart{T}{his} is an example. \bstctlcite{IEEEexample:BSTcontrol} \cite{Goldratt.1994} Citing the same author. \cite{Goldratt.1997}
\bibliographystyle{IEEEtran}
\bibliography{ieeebibctl}
\end{document}
Code: Select all
! Package IEEEtrantools Error: IEEEtrantools is not for use with the
(IEEEtrantools) IEEEtran class.
Thanks,
atwinix