
参照用に biboptions 付きのドキュメント クラスを使用していますelsarticle
。2 つの参照を引用する場合、それらの間にスペースが入ります [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}