Micha Feigin wrote: > Is it possible to force some references that do not appear in the > document on bibtex so they will appear in the bibliography? > > I tried putting the references in a comment paragraph but that > didn't work.
Add a TeX inset containing \nocite{KEY1,KEY2,KEY3} where KEYX are the
BibTeX keys of the reference you'd like. Ensure that there are no
spaces between comma-delimited keys.
To have everything in the BibTeX database appear in your document, use
\nocite{*}
Angus
