My .bib file contains the following entry:
@Article{ LM11,
title = "Name of paper",
author = "Author A and Author B",
journal = "Arxiv",
year = "2011",
url = "http://arxiv.org/PS_cache/arxiv/pdf/..."
The problem: when compiling, the title/author/journal shows ok, the URL does not appear at all. Same goes with similar entry types (e.g. book)
The bibliography is included in the following two lines:
\bibliography{bib_filename}
\bibliographystyle{plain}
urlcontrolling whether URL should be shown in non-online entries, which istrueby default, so it would work out-of-the-box. – przemoc Jun 26 '11 at 14:39