D Milburn wrote:
> > \usepackage{cite}
> > \renewcommand\citeleft{(}
> > \renewcommand\citeright{)}
> 
> OK, done that, and it comes out as desired in the text, for example:
> 
> blah blah blah (Milburn et al., 2000) blah blah blah
> 
> but in the bibliography at the end, I still get (what would normally be)
> the label :
> 
> [Milburn et al., 2000] ....
> 
> before the full reference.
> 
> Is there a command I can put in the preamble to disable this, so that I
> just end up with the full reference? If not, the only other way I can see
> is to write the bibliography latex by hand, but that kind of defeats the
> object :-(

in latex preamble

\makeatletter
\renewcommand{\@biblabel}[1]{(#1)}% the "(...)"
\makeatother


Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to