I want to put a oneandhalf space between reference entries. I use "unsrt" biblography style. Here is a minumum work
Code: Select all
\documentclass[a4paper,12pt]{report}
\usepackage{cite}
\usepackage[numbers,sort&compress]{natbib}
\begin {document}
\bibliographystyle{unsrt}
\bibliography {bibfile}
\end{document}
% ..............bibfile.bib..............
@inbook{Barnes2015Foundation,
author = {Barnes, David J. and Chu, Dominique},
booktitle = {Guide to Simulation and Modeling for Biosciences},
chapter = {1},
edition = {2nd},
publisher = {Springer},
title = {{Foundation of Modeling}},
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}
}
@book{Mitchell2011Cellular,
author = {Mitchell, Melanie},
booktitle = {Complexity: A Guided Tour},
chapter = {10},
day = {01},
edition = {1},
howpublished = {Paperback},
isbn = {0199798109},
keywords = {intro},
month = sep,
posted-at = {2017-06-01 10:31:02},
priority = {2},
publisher = {Oxford University Press},
title = {{Cellular Automata, Life,
and the Universe}},
url = {http://www.amazon.com/exec/obidos/redirect?tag=citeulike07-20\&path=ASIN/0199798109},
year = {2011}
}
@book{Smallwood2011CellCentred,
author = {Smallwood, Rod},
booktitle = {Understanding the Dynamics of Biological Systems: Lessons Learned from Integrative Systems Biology},
chapter = {9},
day = {20},
edition = {2011},
editor = {Werner Dubitzky, Jennifer S.},
howpublished = {Hardcover},
isbn = {1441979638},
keywords = {intro},
month = jan,
posted-at = {2017-06-01 11:57:30},
priority = {2},
publisher = {Springer},
title = {{Cell-Centred Modeling of Tissue Behaviour}},
url = {http://www.amazon.com/exec/obidos/redirect?tag=citeulike07-20\&path=ASIN/1441979638},
year = {2011}
}