두 참조 사이의 공백 제거

두 참조 사이의 공백 제거

elsarticle참조를 위해 biboptions와 함께 문서 클래스를 사용하고 있습니다 . 두 개의 참고문헌을 인용할 때 그 사이에 공백이 있습니다[1, 2]. [1,2]와 같은 인용을 하고 싶은데 공백을 없애는 방법을 모르겠습니다.

\documentclass[review]{elsarticle}
\usepackage{natbib}
\biboptions[square,numbers,sort&compress]

\begin{document}

\section*{Introduction}
Palm oil is mainly composed of triglycerides \cite{Mba2015,Kamboh2015}.

\bibliography{SFC}

\end{document}

관련 정보