Generalalphabetical order of bibliography

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

alphabetical order of bibliography

Post by me_here_me »

Hi all

I have included bibliography in the following manner

Code: Select all

\bibliographystyle{plain}
\nocite{*}
\bibliography{GI2007}
but my bibliography does not appear in aphabetical order. Infact its purely random.

can someone tell me a problem in my commands

regards
Last edited by me_here_me on Tue Feb 20, 2007 12:42 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Kris
Posts: 56
Joined: Sun Jan 14, 2007 4:04 pm

Re: bibliography

Post by Kris »

Hi!

What happens if You remove \nocite{*} ?

Regards
Kris
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

Re: bibliography

Post by me_here_me »

nothing happens at all :(

the are jam stuck in the order

regards
User avatar
Kris
Posts: 56
Joined: Sun Jan 14, 2007 4:04 pm

alphabetical order of bibliography

Post by Kris »

Hi!

plain-style should sort Your entries alphabetically after the name of the first author...
so if it don't do it right there's maybe an error in Your bibliography-data-file (.bib) ...

Check it for example with jabref - e.g. if the author name(s) are correct like:

... author = {Miller, B.A. and Shaw, D.G. and ...} ...

usual error-code:

author = {B.A. Miller, D.G. Shaw, ...}

Regards
Kris
Last edited by Kris on Tue Feb 20, 2007 3:09 pm, edited 1 time in total.
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

Re: bibliography

Post by me_here_me »

hey
Thanks for the help:)

actually u seem right. I just pointed out some thing interesting. It is ordering but on the basis of last name. But as I am displaying the name in the correct order ("first name" "last name") it appears wrong

e.g:
author = "Gregory M. Nielson and Bernd Hamann",

it is ordered based on Nielson which appears second in the name and thus looks wrong by seeing.

can i do ordering based on first name?

best wishes
User avatar
Kris
Posts: 56
Joined: Sun Jan 14, 2007 4:04 pm

alphabetical order of bibliography

Post by Kris »

Ordering based on the first name? That's very unusual...
I don't know if a bibstyle for such an ordering exists already,
but maybe You can build Your own one with Bib-It.
(http://bib-it.sourceforge.net/) or makebst.tex
http://tug.ctan.org/cgi-bin/ctanPackage ... custom-bib

After all, a correct version for your author-string should be:

author="Nielson, Gregory M. and Hamann, Bernd"


Regards
Kris
Post Reply