@Article{38survey,
author={Ahuja, Sanjay P and Mani, Sindhu and Zambrano, Jesus},
year={2012},
title={A survey of the state of cloud computing in healthcare},
journal={Network and Communication Technologies},
volume={1},
number={2},
pages={p12}
}
我写的正是这样,但不知何故在参考文献列表中年份出现了两次。原因是什么?
答案1
参考书目的外观由以下命令决定:
\bibliographystyle{style-name}
您可以预览作者年份书目样式的简要列表这里:
正如 Mico 所指出的,您当前的参考书目风格是ACM-Reference-Format-Journals
,它给出了以下输出:
年份列出了两次,但这似乎是参考书目样式的属性,而不是错误。
如果您只想列出一次年份,则可以使用(例如)\bibliographystyle{plainnat}
并得到以下结果:
但如果您准备向全班提交论文acmsmall
,则应保留原来的设置。