On Mon, 20 Dec 1999, Staffan Ringbom wrote:

> Some time ago here was a question to switch
> Bibliography -> References.

That was my question, and \def\bibname{References} in the body did the
trick.

> I have a similar problem
> 
> I have a bibtex file that I include.
> Lyx automatically produces the label "References".
> This should be changed to an other textstring
> (In swedish and Finnish) let us call it "Newname"
> 
> Q: How do I perform the switch in LyX?
> 
> Made a shot with  the following line in LaTeX preamble.
> 
> \def\bibname{Newname}
> 
> Obviously "bibname" was the wrong variable, for bibtex inclusions,
> It did not have any effect. What is then the correct way to make the
> switch.

Strange. I am also using bibtex. The relevant TeX commands in my document
are:

\bibliographystyle{plainnat}
\def\bibname{References}
\bibliography{foobar.bib}

In the preamble, I have

\usepackage{natbib}
\citestyle{natbib}

My document uses the "report" style, and my citation references use
\citep{} and \citet{} calls.

Thanks. Syrus.

-- 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Syrus Nemat-Nasser <[EMAIL PROTECTED]>    UCSD Physics Dept.

Reply via email to