BibTeX, biblatex and biberNumbered Citations in alphabetical Order

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
aiqch
Posts: 2
Joined: Sun Oct 23, 2011 12:15 am

Numbered Citations in alphabetical Order

Post by aiqch »

Hi all,

I am making a list of references. I need numbered citations but listed in alphabetical order for the last name of the first author. I would like it to be like:

3. Astarita, G.; Apuzzo, G. Motion of gas bubbles in non-Newtonian liquids. AIChE
J. 11, 815-820, 1965.
4. Bird, R.A.; Armstrong, R.C.; Hassager, O. Dynamics of polymeric liquids. Fluids
Mechanics, Wiley, New York, vol. 1, 1987.

I try to find proper bst file, and read documents like "bibstyles". I found "acm" style is most close to what I want. After I use "acm" bib style file, I get numbers in [ ] within main body, but references listed at the end look like:

[Ayyaswamy, ZHANG, and ECKMANNAyyaswamy et al.2006] Ayyaswamy, P.,
ZHANG, J., and ECKMANN, D. 2006. Numerical modeling of the transport
to an intravascular bubble in a tube with a soluble/insoluble surfactant. Annals of
the New York Academy of Sciences 1077, 1, 270{287.
[Borhan and MaoBorhan and Mao1992] Borhan, A. and Mao, C. 1992. Eect of
surfactants on the motion of drops through circular tubes. Physics of Fluids A:
Fluid Dynamics 4, 2628{2640.

I need numbers in [ ], not name&year. Any one know how to do it? Thank you very much.

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: Numbered Citations in alphabetical Order

Post by kaiserkarl13 »

Try generating your own bibliography style: "latex makebst". That way, you can do whatever you want without having to conform to an existing style.
aiqch
Posts: 2
Joined: Sun Oct 23, 2011 12:15 am

Re: Numbered Citations in alphabetical Order

Post by aiqch »

Thanks a lot.

I start to look at how to DIY it.
But if anyone can give useful tutorials and links ... I will really appreciate it.
Post Reply