I'm new with BibTeX and latex, I need some help.
I'm trying to have the bibliography defined for my document using BibTeX (texstudio) and package{cite}. Styles such as (unsrt) give me the references in order of appearance in text, also I use code (\nocite{*}). However, I have a problem that I cannot get around. Basically if a reference is supposed to look like:
Code: Select all
@article{KuangHIV,
author = {Y. Zhao, D. T. Dimitrov, H. Liu and Y. Kuang},
title = {Mathematical insights in evaluating state dependent effectiveness of HIV prevention interventions},
journal = {Bulletin of Mathematical Biology},
volume = {75},
number = {4},
year = {2013},
pages = {649-675},
}
Code: Select all
H. Liu Y. Zhao, D. T. Dimitrov, and Y. Kuang. Mathematical insights in evaluating state dependent effectiveness of HIV prevention interventions. Bulletin of Mathematical Biology....
How I can keep the order of authors?