BibTeX, biblatex and biber ⇒ Trouble with Ordering of the References
-
- Posts: 1
- Joined: Mon Oct 05, 2009 7:55 am
Trouble with Ordering of the References
I am facing the following problem while using the article class. Need some help on this.
I am having list of figures, in which, some captions have references. Suppose there are four such citations.
So when I start my actual text (Chapter 1: Introduction), the first reference number is displayed as [5]. This is happening because the first four have been used in the list of figures.
This looks odd.
Is there any remedy to overcome this problem.
Thank you in advance.
Dekar
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
Trouble with Ordering of the References
Code: Select all
\caption[Entry for LoF]{Caption with reference \cite{key}}
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 3
- Joined: Sun Apr 06, 2014 12:37 am
Re: Trouble with Ordering of the References
localghost what do you mean by 'entry for LoF' in \caption[Entry for LoF]
I've been trying to solve this problem for a year now!
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Trouble with Ordering of the References

Sometimes, captions for a figure (or table, or ...) get pretty long describing the object. The list of ... is just for finding entries, nobody cares about any details, so the optional argument (in square brackets) set the list of ... entry.
Another thing, if your references are chronologically ordered, the first occurence is not in the list of ... anymore.