how can order let the number of citations be such that they are subsequent as they are used?
In example:
The default order of numbers is given by the list you inserted in the bibliography file.I'm coming from my home [1] and going to their place [2]... etc.
My bibliography file is done in this way and saved as "biblio.tex".
Code: Select all
\begin{thebibliography}{999}
\bibitem{randomWalk} F. Angiulli, E. Cesario, C. Pizzuti \textit{Random walk clustering for data} Elsevier - Information Sciences 178 (2008) 1479-1497
\bibitem{stefanBleuler} Stefan Bleuler \textit{Search heuristic for module identification from biological high-throughput data} Doctoral Thesis - 2007
\end{thebibliography}
\include{biblio}
in my source.tex file.Please help me