bst latex 最大作者数_latex 参考文献作者是三个以上时如何处理?
在.bst文件中修改FUNCTION{bbl.etal}{"等."}FUNCTION{bbl.cn.etal}{"et~al."}比如對如下兩條文獻來說,@inproceedings{ChenX2011TCCC,author={XingChenandDongHaiLiandZhiQiangGaoand...
在.bst文件中修改
FUNCTION {bbl.etal}
{ "等." }
FUNCTION {bbl.cn.etal}
{ "et~al." }
比如對如下兩條文獻來說,
@inproceedings{ChenX2011TCCC,
author = {Xing Chen and Dong Hai Li and Zhi Qiang Gao and et al.},
title = {Tuning method for second-order active disturbance rejection control},
booktitle = {the 30th Chinese Control Conference},
publisher = {IEEE},
pages = {6322-6327},
year = {2011}
}
@article{LiSQ2012GK,
author = {李述清 and 張勝修 and 劉毅男 and et al.},
title = {根據系統時間尺度整定自抗擾控制器參數},
journal = {控制理論與應用},
volume = {29},
number = {1},
pages = {125-1129},
year = {2012}
}
編譯后生成的記錄為:
Chen X, Li DH, Gao ZQ, 等. Tuning method for second-order active disturbance
rejection control. Proceedings of the 30th Chinese Control Conference. IEEE,
2011. 6322–6327.
以及
李述清, 張勝修, 劉毅男, 等. 根據系統時間尺度整定自抗擾控制器參數. 控制理論與應用, 2012, 29(1):125–1129.
我想要的結果是英文下三個作者以上用“et al”,中文作者三個以上用“等”。
如果修改上面的FUNCTION如下
FUNCTION {bbl.etal}
{ "et~al." }
FUNCTION {bbl.cn.etal}
{ "等." }
結果不論是中文還是英文都變成“et al”了。
請問怎么處理?
展開
總結
以上是生活随笔為你收集整理的bst latex 最大作者数_latex 参考文献作者是三个以上时如何处理?的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: arm中断保护和恢复_ARM中断返回的详
- 下一篇: handler原子锁_深入Linux内核