I'm a novice LaTeX user and uses latest TeXShop. I'm ending my documents with the following code to get references in the order they are referenced.
Code: Select all
\bibliographystyle{unsrt}
\bibliography{nameofmyfile}
Code: Select all
\cite{citation1,citation7}
Is this normal behavior?
How can I choose so that when having multiple references in one citation, it starts with the lower number and ends with the higher number?
Thanks