BibTeX, biblatex and biber ⇒ Alphabetical numbered bibliography
-
- Posts: 13
- Joined: Tue Apr 21, 2009 9:14 am
Alphabetical numbered bibliography
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Alphabetical numbered bibliography
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?