Search found 2 matches

by scanerss
Tue Apr 07, 2009 7:54 pm
Forum: TeXShop
Topic: TexShop enumerates citations from .bib wrongly
Replies: 1
Views: 3729

Re: TexShop enumerates citations from .bib wrongly

:roll: I found the solution!
Numeration is controlled by the \bibliographystyle{}
I had \bibliographystyle{plane} which numerates citations alphabetically.
What I needed was \bibliographystyle{unsrt} - numeration according to the order of referencing.
I'm very sorry to disturb the community with ...
by scanerss
Tue Apr 07, 2009 7:39 pm
Forum: TeXShop
Topic: TexShop enumerates citations from .bib wrongly
Replies: 1
Views: 3729

TexShop enumerates citations from .bib wrongly

Hello all,
I'm a new user of the TexShop. I installed JabRef for creating my bibliography file.
I put .bib file to the same folder, where my latex file is.
I cited the articles using the expression: \cite{key}
Then I:
1. typeset Latex,
2. typeset bibtex,
3. typeset latex twice.
During all steps 1-3 ...