sorry if this has been posted before but I searched though all the posts concerning the Masters/Doctoral Thesis.
I have an issue with the way the bibliography is arranged. What I am currently using looks likes this:
\usepackage[backend=bibtex,style=numeric,natbib=true]{biblatex}
\addbibresource{example.bib}
This sorts the bibliography by author name, so if I quote something, the first citation will not necessarily be [1].
How can I change the bibliography style so that the first citation that I make is [1]?
Thanks for your help!