BibTeX, biblatex and biberReference Numbers get Reset

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
faizlo
Posts: 4
Joined: Thu Apr 11, 2013 7:32 pm

Reference Numbers get Reset

Post by faizlo »

Hi

This is my first post here and I hope I am posting it in the right place.

I am writing my thesis now, and I am using BibTeX to format my bibliography. My problem is this: If I include a reference in any of my figure caption, the reference counter gets back to [1] although the reference just before the one I used in my figure caption is mentioned correctly [49], say.

Why does reference counter starts over again when I include a reference in my figures?

To solve this issue, I noticed that if I remove .bbl, .aux, .lot, .lof, ... I get the reference numbers correctly after I re-latex my document. But if I re-latex it again, it get back to the error case of reporting the last reference with [1] again?

Any help?

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

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

Reference Numbers get Reset

Post by localghost »

Probably you have some cross-references in the captions of the figures. Check if those cross-references also appear in the LoF. If so, use the optional argument for \caption to get rid of the references in the LoF.

Code: Select all

\caption[LoF entry]{Full caption with \cite{key}}
Think about doing some basic reading.


Best regards and welcome to the board
Thorsten
Post Reply