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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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