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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
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