刪除兩個引用之間的空格

刪除兩個引用之間的空格

我正在使用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}

相關內容