I am trying to put my article in the revised version using "elsarticle.cls", format "number" and bibtex as required by the journal.
My question is that the bibliography is created in the order of citation in my article, but I want to create a bibliography in the order as I input in bibtex ( where I sort the reference according to the alphabeta of the last name of authors in bibtex) not depending on the order of citation.
Any help is appreciated!
Here is the relevant code I used in the article.
\documentclass[preprint]{elsarticle}
\usepackage{lineno,hyperref}
\begin{document}
\section{1}
\bibliography{mybibfile}
\bibliographystyle{elsarticle-num}
\end{document}
\bibliographystylefile. The templates also provide instructions on how to specify the citations in the body of the text. – Ross Feb 20 '16 at 16:30