I'm writing a paper using the template of Springer Lecture Notes in Computer Science. The template comes with splncs04.bst file for bibliography style.
My bibliography is a .bib file generated with Mendeley.
Now, when I compile the tex file, using \bibliographystyle{splncs04} (as requested by the template), citations are reported not in order: first citation is n. 12, then 8, then 5 and so on.
If I compile using a different style, like \bibliographystyle{ieeetr}, the order is correct: it starts from 1.
Do you know it this behaviour is correct? It seems strange to me that splncs style does not care about ordering.
splncs04is as desired by Springer. So as long as you can rule out an error on your side, you should be fine. – moewe Aug 06 '18 at 11:12