I am having some trouble getting BibTeX and the natbib package to work with
LyX. I searched the archive but couldn't find anything that helped. As I
am fairly new to both packages as well as LyX to some extent, I suspect
that the problem is pretty basic.
natbib is declared in the preamble.
I have some text that includes a reference such as \citet{jon90}.
My bib file is 'thebib.bib', which includes a reference 'jon90'.
I have tried two methods, both of which produce the same results:
1. Using the insert BibTeX bibliography feature of LyX with 'thebib' and
'plainnat' as the file and style.
2. Giving the LaTeX commands \bibliographystyle{plainnat}
\bibliography{thebib}
I have also tried using other styles (harvard, apalike) with the same results.
The results are: The output is a dvi where the references in the text are
replaced with '?' and the 'References' section is created but is empty.
No errors are generated.
Does anyone have any suggestions?
Thanks
Kevin