I'm using jabref for my references in latex. Slight problem is that the numbering of these references can't be changed within jabref itself. Is there some command to change the numbering of my references so that it is in order of appearences inside my .tex document?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
closed as too localized by lockstep, percusse, Joseph Wright♦ Feb 2 at 22:33
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
\bibliographystyle{unsrt}in your LaTeX document. Without a minimal working example (MWE), it's hard to say more. – lockstep Dec 13 '12 at 17:39