I’m using Lyx 2.0, everything works fine but I'm in trouble with the library. I want to have the citations in order by appearance in the text.
For example:
Jbjb[1] jbibihz[2].
Library:
[1] Author1
[2] Author 2
But in the moment, my library is in an alphabetic order and in the text the numbers are like this:
Dssfg[3]oihdovn[1]jbiub[2].
I’m using natbib and the style “unsrt”. But “unsrt” doesn’t alter the problem.

My source code is as follows:
...........................................................................
%% LyX 2.0.6 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[twoside,ngerman,11pt]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{geometry}
\geometry{verbose,tmargin=4.5cm,bmargin=3.5cm,lmargin=3.5cm,rmargin=5cm,headheight=1cm,headsep=1.5cm,footskip=1.5cm}
\setcounter{secnumdepth}{3}
\setlength{\parskip}{6pt}
\setlength{\parindent}{0pt}
\usepackage{setspace}
\onehalfspacing
\usepackage[dot]{bibtopic}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\bibliographystyle{unsrt}
\usepackage[numbers,sort&compress]{natbib}
\AtBeginDocument{
\def\labelitemii{\(\circ\)}
\def\labelitemiii{\(\cdot\)}
}
\makeatother
\usepackage{babel}
\begin{document}
afegbab\cite{TaeWanKim.2011}zglivf\cite{KamilaKoichumanova.2013}egadsvafdb\cite{R.R.Davda.2005}\bibliographystyle{unsrt}
\begin{btSect}{C:/literatur2}
\btPrintCited
\end{btSect}
\end{document}
..............................................................................
I hope somebody can help me and I mentioned everything what is important!
Thank you
flops