BibTeX, biblatex and biberEnsuring only cited references appear in references list

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
eoa
Posts: 7
Joined: Sat Oct 10, 2009 9:09 pm

Ensuring only cited references appear in references list

Post by eoa »

Hi all

I was wondering: is there any way, using BibTeX, or any other bibliography tool, to ensure that only cited references appear in your reference list? As in, there are a whole lot of references in your bibliography file ("references.bib", or whatever), but you only want the references you cite (with \cite) to appear in your references section of your document (created by \bibliography{references}).

After performing a search for my problem ("cited references appear in references list" and just "cited references") in this thread (BiBTeX), the only result which was remotely similar was http://www.latex-community.org/forum/vi ... =50&t=8596, but that OP was asking for a way to make references appear as footnotes when cited. Not exactly my problem.

Finally, I'm not sure how useful a MWE would be in this case, because I'm not really having an error per se, just a question as to whether something can be done, and how.

PS: I note that this may be in the wrong place, but I found no general forum thread for "References".
Last edited by eoa on Mon Oct 25, 2010 11:11 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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Ensuring only cited references appear in references list

Post by gmedina »

Hi,
eoa wrote:I was wondering: is there any way, using BibTeX, or any other bibliography tool, to ensure that only cited references appear in your reference list? As in, there are a whole lot of references in your bibliography file ("references.bib", or whatever), but you only want the references you cite (with \cite) to appear in your references section of your document (created by \bibliography{references})...
That's exactly the default behaviour.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
eoa
Posts: 7
Joined: Sat Oct 10, 2009 9:09 pm

Re: Ensuring only cited references appear in references lis

Post by eoa »

You're completely right. My silly mistake. Did not realise that after removing a \nocite{*} command (which I used previously) that I forgot to do: LaTeX compile -> BiBTeX compile -> LaTeX compile to reflect the changes.

Sorry for the waste of forum space,heh...

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

Ensuring only cited references appear in references list

Post by localghost »

Now that the problem is solved, please be so kind and mark the topic accordingly as clearly written in the Board Rules (to be read before posting). Please keep that in mind for the future so that further reminders will not be necessary.


Thorsten
Post Reply