On Thu, 26 Jul 2001, Andrew Perrin <[EMAIL PROTECTED]> wrote: >I don't know of a specific style, but I generally do: > >NOTE="Avail: \url{http://foo.bar.baz/foobar.pdf}" > >and then make sure there's a > >\usepackage{url} > >in the preamble of the file. I know there's a way to get bibtex to insert >the \usepackage, but I haven't bothered to figure it out.
Put this in your *.bib file: @PREAMBLE{ "\usepackage{url} " } -- Philipp Lehman <[EMAIL PROTECTED]>