我拥有来自同一作者的大量同一年的引用,为了正确处理这些引用,我在 biblatex 中创建了自己的自定义排序方案(windycity 风格)。它似乎按预期工作,但它仍然对我使用页面字段发出警告。我想知道我是否做错了什么,或者我是否可以关闭警告,因为它会掩盖更重要的警告。
梅威瑟:
\documentclass{article}
\usepackage[style=windycity,
uniquename=false,
sorting=nytvp,
date=year
]{biblatex}
\DeclareSortingScheme{nytvp}{
\sort{
\field{presort}
}
\sort[final]{
\field{sortkey}
}
\sort{
\field{sortname}
\field{author}
\field{editor}
\field{translator}
\field{journaltitle}
\field{title}
}
\sort{
\field{sortyear}
\field{year}
}
\sort{
\field{sorttitle}
\field{journaltitle}
\field{booktitle}
\field{title}
}
\sort{
\field{volume}
}
\sort{
\field{number}
}
\sort{
\field{pages}
}
}
\bibliography{biblatex-examples}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
运行 biber 时出现以下 102 条警告:
警告 - 在排序模板中发现未知字段‘页面’