5

Possible Duplicate:
Using BibTeX to make a list of references without having citations in the body of the document?

I have a simple question about adding references in a document. Is it possible to add references in LaTeX that is not cited in the document? If it is, how can I do it?

Dimitri
  • 153

1 Answers1

9
\nocite{<key>}

or for all from the database

\nocite{*}