我在使用 Biblatex 时遇到了问题,它只能打印我的 .bib 文件中提供的部分信息类型。
例如,印刷的书目有:Booij,Geert(2005)。词语语法 但是 .bib 文件有:@book{Booij, author = {Geert Booij}, title = {The Grammar of Words}, year = {2005}, OPTpublisher = {Oxford University Press}, OPTlocation = {Oxford}, }
它不会打印任何以 OPT 开头的条目的部分。
以下是我在序言中的内容:
\usepackage[backend=biber,
style=authoryear,
maxbibnames=99]{biblatex}
\addbibresource{MyFile.bib}
这就是我想要打印参考书目的地方:
\pagebreak
\uspunctuation
\printbibliography[
heading=bibintoc,
title={References}
]
先感谢您!
编辑:当我转到书目 --> Biblatex --> 单卷书时,它会产生以下结果。它对所有其他信息类型都会产生类似的结果。
@book{•,
author = {•},
title = {•},
year = {•},
OPTeditor = {•},
OPTeditora = {•},
OPTeditorb = {•},
OPTeditorc = {•},
OPTtranslator = {•},
OPTannotator = {•},
OPTcommentator = {•},
OPTintroduction = {•},
OPTforeword = {•},
OPTafterword = {•},
OPTsubtitle = {•},
OPTtitleaddon = {•},
OPTmaintitle = {•},
OPTmainsubtitle = {•},
OPTmaintitleaddon = {•},
OPTlanguage = {•},
OPToriglanguage = {•},
OPTvolume = {•},
OPTpart = {•},
OPTedition = {•},
OPTvolumes = {•},
OPTseries = {•},
OPTnumber = {•},
OPTnote = {•},
OPTpublisher = {•},
OPTlocation = {•},
OPTisbn = {•},
OPTchapter = {•},
OPTpages = {•},
OPTpagetotal = {•},
OPTaddendum = {•},
OPTpubstate = {•},
OPTdoi = {•},
OPTeprint = {•},
OPTeprintclass = {•},
OPTeprinttype = {•},
OPTurl = {•},
OPTurldate = {•},
}