I'm writing my thesis in Overleaf. and I'm now trying to generate a content of figures using the command "\listoffigures", and now the content of figures is generated, but all citations become dosordered. :(
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\clearpage
And when I delete the command "\listoffigures", they become again in the correct order (start from [1],[2],[3],[4]...).
I also tried the command "\bibliographystyle{unsrt}" but it's not helping.
\bibliographystyle{unsrt}
\renewcommand\bibname{Reference}
\bibliography{Reference}
The citations in the doc "Reference.bib" are generated by citaiv and copied to Overleaf. They are not in the order how I cited them, but I think it shouldn't be a problem. Doest anybody know why???
\listoffiguresis printed then those entries are cited "too early" in the document.) – moewe May 30 '21 at 14:01