因此,我一直在寻找一种 biblatex 样式,让我可以在脚注中正确引用法律材料。我本来会使用 OSCOLA,但不幸的是,它主要限于英语普通法管辖区。因此,我选择使用 biblatex-chicago 包,它有符合 Bluebook 引用标准的法律材料的自定义条目。
现在我遇到了两件我想改变的事情。首先,我想调整@jurisdiction 编号字段,使其在编号字段输入前面显示“案件编号。”而不是“编号。”。其次,我想停止缩写月份。
脚注示例:
示例.bib
条目:
@jurisdiction{const_latvia_2012,
number = {2012-06-01},
note = {clause 7.2},
location = {{Constitutional Court of the Republic of Latvia}},
date = {2012-11-01},
url = {https://www.satv.tiesa.gov.lv/wp-content/uploads/2016/02/2012-06-01_Spriedums.pdf}
}
亲切的问候,
伦斯