LaTeX引用レファレンス-BibTexレファレンスフォーマットが完成

すべての種類の参照形式がここにまとめられています。転載のソースを宣言してください。

参照型+例 説明
@article {RN01、
  著者= {Peter Adams}、 
  タイトル= {作品のタイトル}、
  ジャーナル= {ジャーナルの名前}、
  年= 1993、
  番号= 2、
  ページ= {201-213}、
  月= 7、
  note = {オプションのnote}、 
  volume = 4
}
ジャーナル記事
  • 必須フィールド:著者、タイトル、ジャーナル、年。
  • オプションのフィールド:巻、数、ページ、月、メモ。
@book {RN02、
  著者= {Peter Babington}、 
  タイトル= {作品のタイトル}、
  出版社= {出版社の名前}、
  年= 1993、
  巻= 4、
  シリーズ= 10、
  住所= {住所} 、
  エディション= 3、
  月= 7、
  メモ= {オプションのメモ}、
  isbn = {3257227892}
}
書籍を公開する
  • 必須フィールド:著者/編集者、タイトル、発行者、年。
  • 可換領域:巻/番号、シリーズ、住所、版、月、メモ。
@booklet {RN03、
  title = {作品のタイトル}、
  著者= {Peter Caxton}、 
  howpublished = {出版方法}、
  address = {出版社の住所}、
  月= 7、
  年= 1993、
  注= {オプションのメモ}
}
出版社や著者のいない本
  • 必須フィールド:タイトル。
  • 可換ドメイン:作成者、発行方法、住所、月、年、メモ。
@conference {RN04、
  著者= {Peter Draper}、 
  タイトル= {作品のタイトル}、
  booktitle = {本のタイトル}、
  年= 1993、
  編集者= {編集者}、
  巻= 4、
  シリーズ= 5 、
  ページ= 213、
  アドレス= {発行者のアドレス}、
  月= 7、
  組織= {組織}、
  発行者= {発行者}、
  メモ= {オプションのメモ}  
}
手続きに相当
  • 必須フィールド:著者、タイトル、本のタイトル、年。
  • 可選択領域:編集者、巻/番号、シリーズ、ページ、住所、月、組織、発行者、メモ。
@inbook{RN05,
  author = {Peter Eston}, 
  title = {The title of the work},
  chapter = 8,
  pages = {201-213},
  publisher = {The name of the publisher},
  year = 1993,
  volume = 4,
  series = 5,
  address = {The address of the publisher},
  edition = 3,
  month = 7,
  note = {An optional note}
}
书籍的一部分内容
  • 必要域: author/editor, title, chapter and/or pages, publisher, year.
  • 可选域: volume/number, series, type, address, edition, month, note.
@incollection{RN06,
  author = {Peter Farindon}, 
  title = {The title of the chapter},
  booktitle = {The title of the book},
  publisher = {The name of the publisher},
  year = 1993,
  editor = {The editor},
  volume = 4,
  series = 5,
  chapter = 8,
  pages = {201-213},
  address = {The address of the publisher},
  edition = 3,
  month = 7,
  note = {An optional note}
}
书籍中带独立标题的章节
  • 必要域: author, title, booktitle, publisher, chapter, year.
  • 可选域: editor, volume/number, series, type, chapter, pages, address, edition, month, note.
@manual{RN07,
  title = {The title of the work},
  author = {Peter Gainsford}, 
  organization = {The organization},
  address = {The address of the publisher},
  edition = 3,
  month = 7,
  year = 1993,
  note = {An optional note}
}
技术文档
  • 必要域: title.
  • 可选域: author, organization, address, edition, month, year, note.
@mastersthesis{RN08,
  author = {Peter Harwood}, 
  title = {The title of the work},
  school = {The school of the thesis},
  year = 1993,
  address = {The address of the publisher},
  month = 7,
  note = {An optional note}
}
硕士论文
  • 必要域: author, title, school, year.
  • 可选域: type, address, month, note.
@misc{RN09,
  author = {Peter Isley}, 
  title = {The title of the work},
  howpublished = {How it was published (e.g., URL link)},
  month = 7,
  year = 1993,
  note = {An optional note}
}
其他(如超链接, URL link的例子:{\url{https://www.google.com}})
  • 必要域: title
  • 可选域: author, howpublished, month, year, note.

举例如下

@misc{RN08,

   title = { {LinkedIn}},

   organization = {\url{https://www.linkedin.com/}},

   note = {accessed on January 1, 2021},

}

灵活一点,有些域可以替换的。只要编译过后显示的是想要的格式就行了。

@phdthesis{RN10,
  author = {Peter Joslin}, 
  title = {The title of the work},
  school = {The school of the thesis},
  year = 1993,
  address = {The address of the publisher},
  month = 7,
  note = {An optional note}
}
博士论文
  • 必要域: author, title, year, school.
  • 可选域: address, month, keywords, note.

@inproceedings{RN11,
  title = {The title of the work},
  year = 1993,
  editor = {Peter Kidwelly},
  volume = 4,
  series = 5,

  page = 100-102,
  address = {The address of the publisher},
  month = 7,
  organization = {The organization},
  publisher = {The name of the publisher},
  note = {An optional note}
}

会议论文(集)
  • 必要域: title, page, publisher, volume/number, year.
  • 可选域: editor, volume/number, series, address, month, organization, note.
@techreport{RN12,
  author = {Peter Lambert}, 
  title = {The title of the work},
  institution = {The institution that published},
  year = 1993,
  number = 2,
  address = {The address of the publisher},
  month = 7,
  note = {An optional note}
}
教育,商业机构的技术报告
  • 必要域: author, title, institution, year.
  • 可选域: type, number, address, month, note.
@unpublished{RN13,
  author = {Peter Marcheford}, 
  title = {The title of the work},
  note = {An optional note},
  month = 7,
  year = 1993
}
未出版的论文,图书
  • 必要域: author, title, note.
  • 可选域: month, year.

 

 

 

おすすめ

転載: blog.csdn.net/Ryan_lee9410/article/details/106055787