Search found 2 matches

by swilcox26
Tue May 31, 2011 6:12 am
Forum: BibTeX, biblatex and biber
Topic: BiBTeX starts numbering wrong
Replies: 1
Views: 1623

Re: BiBTeX starts numbering wrong

Fixed. I just kept compiling a different style and it worked eventually.

Ignore...
by swilcox26
Tue May 31, 2011 5:44 am
Forum: BibTeX, biblatex and biber
Topic: BiBTeX starts numbering wrong
Replies: 1
Views: 1623

BiBTeX starts numbering wrong

I am running TeXWorks, compiling in XeLaTeX+MakeIndex+BiBTeX mode and my first reference starts at [35] instead of [1]... my bib command is

\bibliographystyle{unsrt}
\bibliography{nanosteppers}

It uses references less than [35] later in the paper, but should make the first reference [1]. Never ...