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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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?