如何將等添加到參考文獻中?

如何將等添加到參考文獻中?

我正在寫一篇論文,我想添加“等等”。到參考文獻。這個問題描述如下:

LaTeX 不識別“et al”。在參考書目中

問題是當我在檔案“references.bib”中定義它時,例如:

@article{reconstruction,
author = {A. Smith and others},
journal = {},
number = {},
pages = {},
title = {},
url = {},
volume = {},
year = {}
}

結果是“Smith, A. et al.”,但我想得到:“A. Smith et al.”。我該如何解決?謝謝。

這是我正在使用的模板:

https://drive.google.com/file/d/0BwyOySLlDTB_a3R5aFZQNzVFRG8/edit?usp=sharing

相關內容