Search found 1 match

by arismendi
Tue Feb 19, 2013 1:21 pm
Forum: Page Layout
Topic: Citations spilling into margins
Replies: 7
Views: 12856

Citations spilling into margins

I was having the same problem using springer template with natbib (spbasic.bst). The problem was I had:

Code: Select all

\citep{Goldenberg}, \citep{Gupta}
I changed it to

Code: Select all

\citep{Goldenberg, Gupta}
and problem solved. I hope this could be useful for someone.

Cheers!