BibTeX, biblatex and biber ⇒ need help ?
-
- Posts: 1
- Joined: Fri Jul 13, 2018 4:38 pm
need help ?
new user here and I've been playing around with LyX 1.6.5.
My problem is that reference numbers are favouring references in figure captions before references in the text (even if the text appears before the figure in the document)
For example I could have refs [1] [2] [3] and [4] appear in the text in that order, then later on (further down) add a reference (same as the 3rd reference above) to the caption of a figure and it will rename the ref in the figure caption as [1].
This making the text references (at the top of the document) appear as [2] [3] [1] [4] and the reference in the figure caption (further on in the document) as [1].
I'd like this to appear as [1] [2] [3] [4] in the text and the figure caption (same as the 3rd reference) to be [3]
Any tips or things to try out? I have my bibliographt style as 'unsrt', if that's relevant
Many thanks
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
need help ?
add
\usepackage{notoccite}
to your LaTeX preamble.