在 BibTeX 中新增一條國際法

在 BibTeX 中新增一條國際法

我如何添加:

聯合國大會,《世界人權宣言》,第 1 條。 12、1948 年 12 月 10 日,217 A (III),可參考:http://www.refworld.org/docid/3ae6b3712c.html[2015 年 2 月 17 日瀏覽]

到 BibTeX?我對此很陌生,我不確定該條目應該是什麼樣子。

這是我想出來的:

@misc{unart12,
  title={Universal Declaration of Human Rights},
  author={UN General Assembly},
  month={December},
  year={1948},
  note={Art. 12, Available at: http://www.unhchr.ch/udhr/lang/eng.pdf [accessed 17 February 2015]}
}

答案1

以下是我對《世界人權宣言》的演講:

@misc{udhr,
        organization                    =       {{United Nations}},
        publisher                       =       {Office of the United Nations High Commissioner for Human Rights},
        title                           =       {Universal Declaration of Human Rights},
        year                            =       1948,
        day                             =       10,
        month                           =       dec}

可能會新增一個url網址欄位並將存取日期放入該note欄位中。如果您需要將文章新增至條目(而不是引文),您note也可以使用那裡的欄位。

        url                             =       {http://www.unhchr.ch/udhr/lang/eng.pdf},
        note                            =       {Art. 12. Accessed 17 February 2015}}

相關內容