Code: Select all
\usepackage[square, numbers, comma, sort&compress]{natbib}
\bibliographystyle{unsrtnat}
Code: Select all
@ARTICLE{DHM1983,
author = {P. Dobiasch and K.L. Hohla and P. Meystre},
title = {Free-electron lasers and their applications},
journal = {Optics and Lasers in Engineering},
year = {1983},
volume = {4},
pages = {91 - 119},
number = {2},
doi = {10.1016/0143-8166(83)90010-6},
issn = {0143-8166},
url = {http://www.sciencedirect.com/science/article/pii/0143816683900106}
}
[1] P. Dobiasch, K.L. Hohla, and P. Meystre. Free-electron lasers and their applications.
Optics and Lasers in Engineering, 4(2):91 { 119, 1983. ISSN 0143-8166. doi:
10.1016/0143-8166(83)90010-6. URL
http://www.sciencedirect.com/science/ar ... 6683900106.
Is there a simple way of instead getting:
[1] P. Dobiasch, K.L. Hohla, and P. Meystre. Free-electron lasers and their applications.
Optics and Lasers in Engineering, 4(2):91 { 119, 1983. ISSN 0143-8166. doi:
10.1016/0143-8166(83)90010-6.
URL http://www.sciencedirect.com/science/ar ... 6683900106.
("URL" is always at the end of the previous line, but I would like to have it before the address. Even if I could remove "URL" from the reference and just have the web address)
Ideally, I would not want to have to create a style sheet or do something too complicated.