我最近开始使用 Latex,因为我必须使用它来撰写我的硕士论文,但我不明白参考书目有什么问题。我想要 acm 参考书目样式,所以我使用了它:
\bibliographystyle{acm}
\bibliography{referencias}
结果是每行引用的每个字段类似于:
[12] Bazant, Z. 和 Oh, B.
混凝土断裂的裂纹带理论。
《材料与结构》(1983 年)。
我想要连续引用。我的 Bibtex 文件显示以下内容:
@article{Bazant1983,
author = {Ba\v{z}ant, Z.P. and Oh, B.H.},
journal = {Materials and Structures},
title = {{Crack band theory for fracture of concrete}},
year = {1983}
}
有人可以告诉我如何解决这个问题吗?
答案1
您获得的格式是使用
openbib
选项\documentclass
。
删除该选项。