Code: Select all
\documentclass[12pt]{article}
\usepackage[english]{babel}
\begin{document}
I want my references to be in order I cite them. for example like [1],[2],[3] not like \cite{ferroscan},\cite{albertareport}, \cite{decisionaids}.
The one I cite first should be 1st in Reference something like this. I tried changing bibliography style also but it doesn't work.
\bibliographystyle{plain}
\begin{thebibliography}{9}
\bibitem{albertareport} Gary J. Kryviak and Andrew Scanlon (1986) \emph{Bayesian analysis of in-situ data for estimating the compressive strength of existing structures}, Structural Engineering report, University of Alberta.
\bibitem{ferroscan} Aseel A.Salman, (2011) \emph{Non-Destructive Test of Concrete Structures Using: FERROSCAN}, Eng. \& Tech. Journal,Vol.29, No.14.
\bibitem{decisionaids} Haas C, Einstein (2002) \emph{Updating the decision aids for tunnelling}, ASCE J Constr Eng Manage; 128(1):40--8.
\end{thebibliography}
\end{document}