<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [OS X TeX] Using NATBIB to make a Harvard
reference to</title></head><body>
<div>At 08:39 +0100 29/3/11, George SINGER wrote:</div>
<div><br></div>
<blockquote type="cite" cite>Can anyone help?</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>I'd like to use Bibtex to produce the
following:</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><b>NHS Evidence, 2003. <i>National
Library of Guidelines.</i> [online] Available at:
<http://www.library.nhs.uk/guidelinesFinder> [Accessed 10
October 2009].</b></blockquote>
<div><br>
I am not sure what the problem is but in any case I would use the url
package thus:</div>
<div><br></div>
<div>\usepackage{url}</div>
<div
>\DeclareUrlCommand\url{\def\UrlLeft{<}\def\UrlRight{>}\urlstyl<span
></span>e{tt}}</div>
<div><br></div>
<div>here the \DeclareUrl and \urlstyle commands give the desired
customization, you can change this. Then in BibDesk enter the url
as</div>
<div><br></div>
<div>[online] Available from:
\url{http://libweb.anglia.ac.uk/referencing/harvard.htm} [Accessed:
1st April 2011]</div>
<div><br></div>
<div>I hope this helps</div>
<div><br></div>
<div>Peter</div>
</body>
</html>