سلام
بنا بر راهنمای این کلاس در اینجا می خوانیم:
If you want to add extra options of natbib.sty, you may use the options as comma delimited strings as arguments to \biboptions command.
پس شما باید از روش زیر آپشنها را معرفی کنید:
\biboptions{sort&compress,numbers}
کدهای شما:
\documentclass[preprint,12pt]{elsarticle}
\usepackage{natbib}
%\usepackage{cite}
\usepackage{amssymb,amsfonts,amsmath}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{bm}
\biboptions{sort&compress}
\begin{document}
\begin{frontmatter}
\title{Wave Propagation}
\author{A.}
\begin{abstract}
The propagation of electromagnetic waves
\end{abstract}
%%Graphical abstract
\begin{graphicalabstract}
%\includegraphics{untitled.jpg}
\end{graphicalabstract}
%%Research highlights
\begin{highlights}
\item Research highlight 1
\item Research highlight 2
\end{highlights}
\begin{keyword}
keywords
\end{keyword}
\end{frontmatter}
%% main text
\section{Introduction}
Some investigations around the field are as
\cite{1,2,3,4,5}.
The considerable initial investigations based on the
\begin{thebibliography}{99}
\bibitem{1}
V. G. Veselago, “The electrodynamics of substances with
\bibitem{2}
M. A. Noginov and V.A. Podolskiy, Tutorials in
\bibitem{3}
H. I. Lin, K.C. Shen, S.Y. Lin, G. Haider, Y.H. Li, S.W. Chang and Y.F. Chen, “Transient and Flexible
\bibitem{4}
Segovia-Chaves, Francis, and Herbert Vinck-Posada. "Tuning of transmittance spectrum in a one-dimensional
\bibitem{5}
Soltani, Osswa, Jihene Zaghdoudi, and Mounir Kanzari. "Tunable filter properties in 1D linear graded
\end{thebibliography}
\end{document}
\endinput
جهت داشتن خروجی مناسب به ترتیب پردازشهای زیر را انجام دهید:
PDFLaTeX
Bibtex
PDFLaTeX
خروجی زیر را دارید:
موفق باشید.