Using BibTeX/biblatex to make a list of references without having citations in the body of the document?
Use \nocite{*}
in the body of your document to include all the references in the .bib database. To include only some bibliographical entries, you can use \nocite{key1,key2,...,keyn}
to include only the entries corresponding to key1,key2,...,keyn
.