在我的 .bib 文件中,我有以下条目:
@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}
}
当我编写论文时,我在参考书目中得到了以下条目:
[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.
为什么第一作者的名字是这样产生的?!它应该是“He et al., 1996”。有人知道如何解决这个问题吗?
答案1
通常,BibTeX 中的名称问题可以通过将处理不当的部分括在内来解决{}
,因此如果您像这样编写作者行:
author={{Li-wei} He and Michael F. Cohen and Davih H. Salesin},
你会没事的。我刚刚在一个虚拟文件上测试了它,并修复了你的条目,并且——按照apalike
我的风格——我得到了这个结果:
参考
[He et al., 1996] He, L.、Cohen, MF 和 Salesin, DH (1996)。虚拟电影摄影师:自动实时摄像机控制和导演的范例。第 23 届计算机图形学和交互技术年会论文集,第 217-224 页。ACM。
答案2
另一个(经过测试的)解决方案是切换到姓氏、名字
author={He, Li-wei and Cohen, Michael F. and Salesin, Davih H.},
当您有三个名字、双姓氏等时,通常最好采用这种形式。