BibTeX, biblatex and biberBibliography Items numbered in Order of Citations

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
mayankmi
Posts: 45
Joined: Sat Apr 20, 2013 7:52 pm

Bibliography Items numbered in Order of Citations

Post by mayankmi »

I am trying and I changed several bibliography styles but my list of bibliography is the same. I saw some previous posts also but it didn't help

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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Bibliography Items numbered in Order of Citations

Post by localghost »

There is a topic with identical title. The advice given there applies also here, possibly with some modifications. In case of upcoming problems feel free to ask further targeted questions.


Thorsten
mayankmi
Posts: 45
Joined: Sat Apr 20, 2013 7:52 pm

Re: Bibliography Items numbered in Order of Citations

Post by mayankmi »

ok .there is no solution if we write bibliography by ourself.. using environment is better . I got it now.. thanks a lot.
Post Reply