من میخوام مراجع در متن به ترتیب ارجاع چاپ بشوند اما حتی زمانی که با استایل unsrt-fa یا ieeetr-fa که کار می کنم باز هم منابع به ترتیب الفبا مرتب می شوند. چاره چیست؟
\begin{document}
\baselineskip=1cm
%\pagenumbering{alph}
%\setcounter{page}{1}
%\input{fainfo}
\thispagestyle{plain}\cleardoublepage
%\tableofcontents
\clearpage
%\listoftables%\clearpage
%\listoffigures%\clearpage
%\include{symbols}
\pagenumbering{arabic}
\include{chapter1}
%\include{chapter2}
%\include{chapter3}
%\include{chapter4}
%\include{chapter5}
\appendix
%\include{appendix1}
%\include{dicfa2en}
%\include{dicen2fa}
\bibliographystyle{ieeetr-fa.bst}
\bibliography{MyReferences}
%\printindex
%\input{eninfo}
\end{document}