howpublished
field of the standard styles’ @misc
function. Of course, the strictures
about typesetting URLs still apply, so the
entry will look like:
A possible alternative approach is to use BibTeX styles other than the standard ones, that already have URL entry types. Candidates are:@misc{..., ..., howpublished = "\url{http://...}" }
url
”
field in their specification; however, the typesetting offered is
somewhat feeble (though it does recognise and use
LaTeX2HTML macros if they are available, to create
hyperlinks).
webpage
entry type, and
also offers support for url
and lastchecked
fields
in the other entry types. The Perl script comes with a set
of converted versions of the standard bibliography styles.
Another possibility is that some conventionally-published paper,
technical report (or even book) is also available on the Web. In such
cases, a useful technique is something like:
There is good reason to use the url or hyperref packages in this context: BibTeX has a habit of splitting lines it considers excessively long, and if there are no space characters for it to use as ‘natural’ breakpoints, BibTeX will insert a comment (‘@techreport{..., ..., note = "Also available as \url{http://...}" }
%
’) character … which
is an acceptable character in an URL. Any current version of the
url or hyperref package detects this
“%
–end-of-line” structure in its argument, and
removes it.
This question on the Web: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=citeURL