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
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
- 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.