Here is the minimum work
\documentclass[a4paper,12pt]{report}
\usepackage{cite}
\usepackage[numbers,sort&compress]{natbib}
\begin{document}
\bibliographystyle{unsrt}
\biblography{bibfile}
\end{document}
%bib file
@inbook{Barnes2015Foundation,
author = {Barnes, David J. and Chu, Dominique},
booktitle = {Guide to Simulation and Modeling for Biosciences},
chapter = {1},
citeulike-article-id = {14016339},
citeulike-linkout-0 = {http://www.springer.com/us/book/9781447167617},
edition = {2nd},
keywords = {abm, proposal, review, validation},
posted-at = {2016-04-19 16:23:43},
priority = {2},
publisher = {Springer},
title = {{Foundation of Modeling}},
url = {http://www.springer.com/us/book/9781447167617},
year = {2015}
}
@book{Klipp2016Model,
author = {Klipp, Edda and Liebermeister, Wolfram and Wierling, Christoph and Kowald, Axel},
booktitle = {Systems Biology: A Textbook},
citeulike-article-id = {14124834},
day = {27},
edition = {2},
chapter = {1}
howpublished = {Paperback},
isbn = {3527336362},
keywords = {review, validation},
month = jun,
posted-at = {2016-08-28 09:24:02},
priority = {2},
publisher = {Wiley-Blackwell},
title = {{Introduction}},
url = {http://www.worldcat.org/isbn/3527336362},
year = {2016}
}
After building, the citation starts at 96, how can I fix this and start numbering from 1,2,.. etc?
Thanks