Theses, Books, Title pagesBibliography in order of citation

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
imp2968
Posts: 1
Joined: Fri Apr 13, 2018 8:25 am

Bibliography in order of citation

Post by imp2968 »

Hi all,
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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Bibliography in order of citation

Post by Johannes_B »

Try option sorting=none for package biblatex.

This is a biblatex question, it is unrelated to the template.

https://github.com/johannesbottcher/MDT-Quick-Manual
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply