我有以下内容:
@Book{Faber,
ALTauthor = {•},
ALTeditor = {•},
title = {Fluid Dynamics for Physicists},
publisher = {Cambridge University Press},
year = {1995},
OPTkey = {•},
OPTvolume = {•},
OPTnumber = {•},
OPTseries = {•},
OPTaddress = {•},
OPTedition = {1},
OPTmonth = {•},
OPTnote = {•},
OPTannote = {•}
}
@Book{Goff,
ALTauthor = {•},
ALTeditor = {•},
title = {Gold Medal Physics: The Science of Sport},
publisher = {Johns Hopkins University Press},
year = {2010},
OPTkey = {•},
OPTvolume = {•},
OPTnumber = {•},
OPTseries = {•},
OPTaddress = {•},
OPTedition = {•},
OPTmonth = {•},
OPTnote = {•},
OPTannote = {•}
}
这些都保存为 mybib.bib。然后我使用
\bibliography{mybib.bib}
\bibliographystyle{plain}
那么就没有参考书目了:(
答案1
嗯,我认为您可以删除所有未填写的条目(只是为了避免混淆)。
要呈现参考书目,首先使用 bibtex 运行 bib 文件。然后,您可以在 latex 中构建文档,它将在输出中呈现参考书目。希望这能奏效。