BibTeX, biblatex and biberReference numbering problem

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
hananneh
Posts: 2
Joined: Fri Mar 04, 2011 11:15 pm

Reference numbering problem

Post by hananneh »

Hi,
i am new user of Texmaker and appreceiated if you could help me please. i am using myref.bib with many refrences. the problem is when i run my .tex by pdflatex option the order of my reference numbers are not correct (they are not based on the order of \cite [key] which i entered in the .tex file)

Many thanks in advance

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
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Reference numbering problem

Post by gmedina »

Hi,

perhaps you are not using the right bibliographical style? Try using

Code: Select all

\bibliographystyle{unsrt}
if the problem persists, please post a minimal working example based in your document.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
hananneh
Posts: 2
Joined: Fri Mar 04, 2011 11:15 pm

Re: Reference numbering problem

Post by hananneh »

You were right. It is working now Thanks :P
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Reference numbering problem

Post by localghost »

hananneh wrote:[…] It is working now […]
Then please mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules (to be read before posting).


Best regards and welcome to the board
Thorsten
Post Reply