BibTeX, biblatex and biberAlphabetical numbered bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ruchir_iit
Posts: 13
Joined: Tue Apr 21, 2009 9:14 am

Alphabetical numbered bibliography

Post by ruchir_iit »

Hi,

How can I get the bibliography list in alphabetical order using the numbered list e.g.

[1] A.A.......
[2] A.B.....
[3] B.A.....
[4] C......

Thank you!!

Ruchir

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Alphabetical numbered bibliography

Post by kaiserkarl13 »

\bibliographystyle{alpha}

There are a multitude of styles that will organize your references this way; alpha.bst is only one of them.
Sadeq
Posts: 10
Joined: Sun May 24, 2009 7:49 am

Alphabetical numbered bibliography

Post by Sadeq »

kaiserkarl13 wrote:\bibliographystyle{alpha}

There are a multitude of styles that will organize your references this way; alpha.bst is only one of them.
I think he doesn't want alphabetical "labels"; he merely wants alphabetical sorting.

@ruchir_iit: You may try the "cite" package with "sort" option enabled. Does it help?
Post Reply