我设法通过调用以下命令从文档中提取所有引用:
biber --output_format=bibtex main.bcf -O hpsg-handbook-bibliography.bib
但是创建的输出包含location
anddate
而不是address
and year
。有没有办法让 biber 创建更老式的 bibtex 条目版本?
答案1
biber 的开发人员非常友善地添加了一个选项来使用旧的字段名称创建输出:
--output-field-replace=location:address,journaltitle:journal --output-legacy-dates