BibTeX, biblatex and biberExcluding bibentry items from citation numbering

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
zgf
Posts: 2
Joined: Wed Feb 07, 2018 3:32 pm

Excluding bibentry items from citation numbering

Post by zgf »

How to exclude bibentry items from the citation numbering scheme and references? I would like to do the following:

Code: Select all

\bibentry{einstein05}
%and after that:
\cite{bohr99}
I expect that Bohr is cited as [1] in the text and only his paper is listed in the References.

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Excluding bibentry items from citation numbering

Post by Johannes_B »

Can you Show with the help of a minimal working example, where you have trouble?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Excluding bibentry items from citation numbering

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

I would do it that way:

%\bibentry{einstein05}

That means, simply commenting it out... since you said, it should not have any visible effect. No number, and no appearance in the list of references. Then there's also no reason for a bibliography entry that's never used in the document. Or did I miss something?

Stefan
LaTeX.org admin
Post Reply