在 bib 文件中,我使用了如下方法:
@article{novoselov2004electric,
title={{}},
author={K.S. Novoselov, A.K. Geim, S.V. Morozov, D. Jiang, Y. Zhang, S.V. Dubonos, I.V. Grigorieva, A.A. Firsov},
journal="Science",
year="2004",
volume="306",
pages="666--669",
publisher={American Association for the Advancement of Science}
}
在 pdf 中它的内容如下:
V. Morozov D. Jiang Y. Zhang S.V. Dubonos I.V. Grigorieva A.A. Firsov K.S. Novoselov, A.K. Geim.
. Science, 306:666–669, 2004.
请注意,作者排序已更改。此外,年份应位于“科学”之后。出版商名称也应位于其后。我使用的是 \bibliographystyle{unsrt}
如何解决这个问题?
答案1
and
作者之间应以not分隔,
。
使用逗号分隔surname, first names
,因此您的 bib 文件条目只有一位名字很长的作者。
author={K.S. Novoselov and A.K. Geim and S.V. Morozov
and D. Jiang and Y. Zhang and S.V. Dubonos
and I.V. Grigorieva and A.A. Firsov}