BibTeX, biblatex and biberFormatting of URL entry

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Spikeyhog
Posts: 1
Joined: Wed Apr 04, 2012 2:36 pm

Formatting of URL entry

Post by Spikeyhog »

As an example, using:

Code: Select all

\usepackage[square, numbers, comma, sort&compress]{natbib}
\bibliographystyle{unsrtnat}
and the entry:

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}
}
I get:

[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.
Last edited by Stefan Kottwitz on Wed Apr 04, 2012 2:52 pm, edited 1 time in total.

Recommended reading 2024:

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

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

Post Reply