我想引用多位作者,但在文件中只列出其中兩位,因為其他人與此上下文無關。
那我該怎麼做呢?
我基本上只是想添加“等人”。在參考書目條目的末尾。
但是,如果我遵循 biblatex 的最佳實踐並執行以下操作:
@online{exodusIssueHttpAnalysis,
author = {Jan Friebertshäuser, {@U+039b} et~al.}, % EDIT: don't copy this, the comma is used wrong here!
title = {Documentation does not state how to run the dns/http analysis},
subtitle = {{Issue {$\sharp$}45}},
titleaddon = {Exodus-Privacy},
organization = {GitHub},
date = {2020-08-26},
urldate = {2020-08-26},
language = {english},
url = {https://github.com/Exodus-Privacy/exodus/issues/45},
}
我知道我可以將其設置為“公司名稱”,並通過將它們放在括號中來防止 BibLaTeX 幹擾這一切{}
,但這不是正確的做法,我猜?特別是,我只是想補充一點,有更多的作者 - BibLaTeX 可以自由更改所有其他內容,例如作者的順序或它的作用等。
答案1
在書目條目欄位中,必須使用author
關鍵字來分隔各個作者。and
該author
欄位也知道另一個關鍵字:others
,它用於觸發在引文標註中輸出「et al」的例程(如果尚未觸發)。
因此,我認為您應該將該欄位寫為
author = {Jan Friebertshäuser and {@U+039b} and others},
周圍的大括號@U+039b
可能並不是嚴格必要的。然而,他們可能會防止+
角色被某種程度的誤解。