0

I am writing a paper for IEEEtran. How can I remove comma between two citations? Here is the source code.

\documentclass[conference]{IEEEtran}
\usepackage{cite}

Text \cite{ref1, ref2}
%The result is: [1],[2]

\bibliographystyle{IEEEtran}
\bibliography{References}

My expected result is: [1][2] or [1,2].

If I use the package natbib, the font size of references is changed, which is reported here.

  • Would you consider using biblatex, and more specifically, biblatex-ieee? – Bernard Jul 26 '15 at 15:30
  • 8
    If you're writing for a conference and they told you to use IEEEtran.cls, then leave citations as they want them. – egreg Jul 26 '15 at 15:35

0 Answers0