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.
biblatex, and more specifically,biblatex-ieee? – Bernard Jul 26 '15 at 15:30IEEEtran.cls, then leave citations as they want them. – egreg Jul 26 '15 at 15:35