BibTeX, biblatex and biberBibliography with uncited References

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
marcdein
Posts: 40
Joined: Sat Dec 19, 2009 2:11 pm

Bibliography with uncited References

Post by marcdein »

Is there a way to "force" BiBTeX to display some references which were not cited in the main text?

I am putting together a presentation, and I'd rather not use \cite in the main body of the text, but I'd like to list the references at the end using BiBTeX. Is there a way to do this, or do I have to copy each one by hand?

Thanks.
Last edited by marcdein on Mon Mar 26, 2012 3:01 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Bibliography with uncited References

Post by Stefan Kottwitz »

Hi,

simply use \nocite, such as

Code: Select all

\nocite{*}
Stefan
LaTeX.org admin
marcdein
Posts: 40
Joined: Sat Dec 19, 2009 2:11 pm

Re: Bibliography with uncited References

Post by marcdein »

Thanks!
Post Reply