I have a document that is using natbib via the following usepackage command:
\usepackage[numbers,square,comma,sort&compress]{natbib}
When I cite multiple papers using the citep command, I get spaces between each of the numbers. For example, the following citation:
\cite{aldrich05,gudmundson01}
Gives me the following in-text output:
[5, 12]
However, I would like it to read:
[5,12]
Is there a way to accomplish this?
author-yearstyle which I needed :) . – Mohamed Vall Feb 28 '16 at 18:59