How do I put a non-breaking space inside a \cite macro with several citations? \cite{ref1,~ref2} causes an error. If I leave the space out, one is inserted and this is causing the citation to span two lines. I am using bibstyle plain.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
If it is an isolated thing (i.e. you need to do it once in your document), put |
|||
|
|
|
have you tried the option |
|||||||||
|
|
Assuming you don't use any packages that modify
|
|||
|
|

plainand I end up with [1, 2,\n 3, 4] which looks bad. – jaybee Jan 25 '12 at 10:16[1, 2,\n 3, 4], because the bracket is long and the lines would be too empty/full. The only other possibility is to re-phrase the text slightly, but this should be done in the final version. – tohecz Jan 25 '12 at 23:38