我正在尝试删除引文中的“Ed.by”字段。但是,我发现对我来说,这两者都不起作用\clearfield{editor}
。\clearlist{editor}
我当前的设置是
\AtEveryBibitem{% Clean up the bibtex rather than editing it
\clearfield{title}
\clearfield{eprint}
\clearfield{issn}
\clearfield{isbn}
\clearlist{location}
\clearlist{editor}
\clearfield{publisher}
}
似乎除了编辑和发布者字段之外,其他一切都正常。这尤其适用于inproceeding
和incollection
类型。
下面附有其中一个无效的引文
@incollection{Farber2016Communication,
title = {Communication and {{Communication Problems Between Autonomous Vehicles}} and {{Human Drivers}}},
booktitle = {Autonomous {{Driving}}: {{Technical}}, {{Legal}} and {{Social Aspects}}},
author = {Färber, Berthold},
editor = {Maurer, Markus and Gerdes, J. Christian and Lenz, Barbara and Winner, Hermann},
date = {2016},
pages = {125--144},
publisher = {{Springer}},
location = {{Berlin, Heidelberg}},
doi = {10.1007/978-3-662-48847-8_7},
url = {https://doi.org/10.1007/978-3-662-48847-8_7},
urldate = {2023-09-17},
isbn = {978-3-662-48847-8},
langid = {english},
keywords = {Autonomous Vehicle,Informal Rule,Police Officer,Road Traffic,Road User},
}
谢谢你!