I'm writing a paper for a Springer journal.
So I downloaded the LaTeX template.
http://www.springer.com/cda/content/document/cda_downloaddocument/LaTeX.zip
The problem is that multiple citations (e.g. \cite{A,B,C}) protrude into the right margin, i.e., no line break is added automatically.
In previous work [A, 2011, B, 2010, C, 2009]
, suggests
But I want to write it like this.
In previous work [A, 2011, B, 2010,
C, 2009], suggests
I use spbasic and apalike, but the problem is not fixed.
\bibliographystyle{spbasic}
\bibliographystyle{apalike}
Is there any good bibliography style for writing a Springer journal paper?
Or how can I solve this problem?


\documentclass{...}and ending with\end{document}. Also note that you should use exactly one\bibliographystylecommand. – lockstep Feb 14 at 12:08