Is there a ready made BibTeX bibliography style file that both: (1) prints author names abbreviated (like abbrv) in the references section and (2) sorts references numerically in citation order (like unsrt)? Furthermore, is there one such style compatible with natbib?
|
I didn't find a ready-made bst-file, but seem to have managed to combine
I've tested the resulting bst-file, and it seems to work. The relevant parts of P.S.: With biblatex, your request would basically boil down to |
|||||
|
|
There is a ready made BibTeX style file that both: (1) prints author names abbreviated (like abbrv) in the references section and (2) sorts references numerically in citation order (like unsrt): ieeetr.bst . According to http://www.reed.edu/cis/help/latex/bibtexstyles.html it is one of the seven standard styles that come with LaTeX, but I do not know if it is compatible with natbib. |
|||
|

natbib. I thought you want a citation format that has in-line[JoSm]and in the reference section[JoSm] Johnson, A and B Smith, blah. and have that listed in citation order. Looking more closely at LockStep's answer suggest you actually want just to abbreviate the author first names in the reference section and cite by number. Then in that case my objection won't apply. I'll leave why "what I thought you meant" is a bad idea as an exercise to the reader. – Willie Wong Nov 8 '10 at 13:05