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,
BibTeX, biblatex and biber ⇒ Get every .bib elements in bibliography
Get every .bib elements in bibliography
Last edited by phil_1264 on Sun May 16, 2010 1:04 am, edited 1 time in total.
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
Use the \nocite{*} command at an arbitrary place in your document. (Preferably right before your bibliography.)
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Get every .bib elements in bibliography
Thank you, I knew it would be something simple.
It works perfectly.
It works perfectly.