In my .bib file, I have this entry:
@conference{HCS96,
title={The Virtual Cinematographer: A Paradigm for Automatic Real-time Camera Control and Directing},
author={Li-wei He and Michael F. Cohen and Davih H. Salesin},
booktitle={Proceedings of the 23rd Annual Conference on Computer Graphics and Interactive Techniques},
pages={217--224},
isbn={0897917464},
year={1996},
organization={ACM}
}
When I compile my thesis, I get this entry in the bibliography:
[wei He et al., 1996] wei He, L., Cohen, M. F., and Salesin, D. H. (1996). The virtual cinematographer: A paradigm for automatic real-time camera control and directing. In Proceedings of the 23rd Annual Conference on Computer Graphics and Interactive Techniques, pages 217–224. ACM.
Why is the name of the first author produced this way?! It should rather be "He et al., 1996". Does anybody know how to fix this problem?
bibtex, useamsrefsorbiblatexinstead. – mbork Jul 30 '11 at 11:29amsrefsis written entirely in LaTeX, you don't need external programs, just another LaTeX pass. 3. Input syntax is much cleaner inamsrefs(no "and" as a seperator, for example, repeated fields). 4. Multiple bibliographies are very easy inamsrefs. 5.biblatexallows for non-English bibliographies (utf-8, sorting). 6.biblatexallows for "ibid." style of citations. (Disclaimer: I've never usedbiblatex, I've only skimmed through its documentation.) – mbork Jul 31 '11 at 0:51amsrefsandbiblatexare more versatile and easier to customize than plain olebibtex, I fail to see the relevance of this observation in the present case (formatting of a name where the given name is hyphenated along with a nonstandard capitalization of part of the given name). – Mico Oct 25 '11 at 9:36