David Dean wrote:
> I am using Windows, and I have followed the instructions for adding
> a BibTEX bibliography to my lyx document, but I cannot get the list
> of citations to show up when I select Insert->Citation. At this
> stage I have resorted to using ERTs to insert '\cite{whatever}',
> which works fine, but I would obviously prefer to insert the
> citations natively.
>
> Thank you for your help,
>
> - David
Hi, David.
Try exporting your LyX file to LaTeX and looking at the source. Is the
database included correctly?
\bibliographystyle{plain}
\bibliography{my_database}
Thereafter, try running LyX from the command line as
lyx -dbg latex
We don't produce nearly enough debugging info here, so getting this
working may take a little perseverance.
Angus