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
BibTeX, biblatex and biber ⇒ Alphabetical numbered bibliography
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Alphabetical numbered bibliography
\bibliographystyle{alpha}
There are a multitude of styles that will organize your references this way; alpha.bst is only one of them.
There are a multitude of styles that will organize your references this way; alpha.bst is only one of them.
Alphabetical numbered bibliography
I think he doesn't want alphabetical "labels"; he merely wants alphabetical sorting.kaiserkarl13 wrote:\bibliographystyle{alpha}
There are a multitude of styles that will organize your references this way; alpha.bst is only one of them.
@ruchir_iit: You may try the "cite" package with "sort" option enabled. Does it help?