BibTeX, biblatex and biberGet every .bib elements in bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
phil_1264
Posts: 4
Joined: Sun Apr 25, 2010 3:27 am

Get every .bib elements in bibliography

Post by phil_1264 »

I'm pretty sure my question might sound dumb for many of you but I am looking to create my bibliography with all elements that are included in my .bib file, not only those I cited.

I have about 45 elements in the .bib file, where only 30-35 are cited in the text (and so are effectively present in my bibliography). The 10-15 papers non-cited are just not enough important to be directly or indirectly cited ... but are part of the useful references a bibliography should contains.

I doubt a MWE will be of any help. I currently use the natbib package.

Thanks,
Last edited by phil_1264 on Sun May 16, 2010 1:04 am, 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.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Get every .bib elements in bibliography

Post by localghost »

Use the \nocite{*} command at an arbitrary place in your document. (Preferably right before your bibliography.)


Best regards and welcome to the board
Thorsten
phil_1264
Posts: 4
Joined: Sun Apr 25, 2010 3:27 am

Re: Get every .bib elements in bibliography

Post by phil_1264 »

Thank you, I knew it would be something simple.

It works perfectly.
Post Reply