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

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
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: 10359
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