I'm new to Latex and I'm writing a report. My first citation is in an image. I got the first citation to be [1] but the second one by appearance comes as [5]. I have tried ieeetr style and that doesn't work either.
\documentclass[12pt]{report}
\pagenumbering{roman}
\usepackage[utf8x]{inputenc} % unicode
\usepackage{graphicx}
\usepackage[a4paper, width=150mm, top=25mm, bottom=25mm]{geometry}
\usepackage{wrapfig}
\usepackage{lipsum}
\usepackage{amsmath}
\usepackage{siunitx}
\usepackage{hyperref}
\usepackage{subfig}
\usepackage{float}
\usepackage{url}
\usepackage[nottoc]{tocbibind} %Adds "References" to the table of contents
\pagenumbering{roman}
\usepackage[swedish,english]{babel}
\usepackage{type1cm}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage[numbers]{natbib}
\bibliographystyle{unsrtnat}```
Can someone please help me?
\citeinstructions occur in the arguments of\captionstatements? – Mico Sep 29 '20 at 22:10\usepackage{notoccite}and recompiling twice help? – Mico Sep 30 '20 at 03:24