参考书目中的Biblatex集合或书本不正确

时间:2019-05-28 08:24:01

标签: biblatex

使用biblatex引用书或集合中的一章会导致书目似乎不正确: 这是一个例子

  

Jaccard,Mark(2009)。 “将自上而下和自下而上的能源经济相结合,   模”。在:编辑。由Joanne Evans和Lester C. Hunt撰写。爱德华·埃尔加。   小伙子《国际能源经济学手册》,第311–332页。

我希望In /之后的书名/藏书名,但不知道为什么会有“章”。在引用中。

我更新了miktex,但问题仍然存在。

下面是在我的计算机上复制的代码。

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{xpatch}
\usepackage[style=authoryear, isbn=false, url=false,
 doi=false, backend=biber,defernumbers=true,uniquename=false, autolang=hyphen,bibencoding=UTF-8]{biblatex}
\usepackage{filecontents}
\begin{filecontents}{sample.bib}
@InCollection{Jaccard2009,
  author    = {Mark Jaccard},
  title     = {Combining top down and bottom up in energy economy models},
  publisher = {Edward Elgar},
  year      = {2009},
  editor    = {Joanne Evans and Hunt, Lester C.},
  chapter   = {{International Handbook on the Economics of Energy}},
  pages     = {311-332},
  timestamp = {2019-05-28},
}
\end{filecontents}
\addbibresource{sample.bib} 

\begin{document}
\nocite{*}
\printbibliography

\end{document}

有人知道这是怎么回事吗?

谢谢

长拳

0 个答案:

没有答案