0
Q:

latex bibliography order of appearance

\documentclass[12pt]{article}
\usepackage[sorting=none]{biblatex}
\bibliography{journals,phd-references} % Where journals.bib and phd-references.bib are BibTeX databases
\begin{document}
\cite{robertson2007}
\cite{earnshaw1842}
\printbibliography
\end{document}
0
Use the unsrt package:

\bibliography{path/to/.bib}
\bibliographystyle{unsrt}
0

New to Communities?

Join the community