I am writing a paper to a Springer journal and I am trying to use their \bibliographystyle{spbasic}. I want to sort citation by appearance, hence the first citation in the article should be cited with [1] and second with [2] and so on. But citation is sort by the reference's alphabetically order.
\documentclass[smallextended]{svjour3}
\begin{document}
\usepackage[sort&compress,numbers]{natbib}
.............. \cite{S1} .......... \cite{S2}
\bibliographystyle{spbasic}
\bibliography{sssat.bib} % name your BibTeX data base
\end{document}
SORT...". Please look for lines 1572 and 1625. – Mico Jun 04 '16 at 05:56spbasicandspmpsci. The only major thing to keep track of is howSORT-lines need to be deleted (or commented out). – Mico Apr 05 '20 at 13:37