跳转到内容

BibTeX 类型 `Inproceedings` 指南

BibTeX 是一种常用于 LaTeX 文档中的参考管理工具。“inproceedings” 是用于引用会议论文集中的论文的 BibTeX 类型。在本指南中,我们将解释 “inproceedings” BibTeX 类型的必填字段和可选字段。

需要一个简单的解决方案来管理您的BibTeX条目吗?探索CiteDrive!

  • 基于Web的现代参考文献管理
  • 与研究同行合作和分享
  • 与Overleaf集成
  • 全面的BibTeX/BibLaTeX支持
  • 直接从您的浏览器保存文章和网站
  • 从包含数千万参考文献的数据库中搜索新文章
尝试CiteDrive ► 观看演示

必填字段

”inproceedings” BibTeX 类型要求填写以下字段:

  • author: 论文的作者。
  • title: 论文的标题。
  • booktitle: 会议论文集的标题。
  • year: 会议论文集的出版年份。

可选字段

除了必填字段外,“inproceedings” BibTeX 类型还包含许多可选字段,用于提供更多信息。这些字段包括:

  • editor: 会议论文集的编辑者姓名。
  • volume: 会议论文集的卷号(如果适用)。
  • number: 会议论文集的期号(如果适用)。
  • series: 会议论文集所属的系列名称(如果适用)。
  • pages: 论文在会议论文集中的页码。
  • address: 会议的地点。
  • month: 会议举行的月份。
  • organization: 会议的主办机构。
  • publisher: 会议论文集的出版商名称。

示例

以下是使用 “inproceedings” BibTeX 类型的示例:

@inproceedings{mypaper,
title = {An Analysis of Example},
author = {John Smith and Jane Doe},
year = 2022,
month = {June},
booktitle = {Proceedings of the International Conference on Example},
publisher = {ACM Press},
address = {New York, NY},
series = {Example Conference Proceedings},
volume = 1,
number = 2,
pages = {123--130},
editor = {David Brown and Susan Green},
organization = {ACM}
}

在此示例中,BibTeX 条目定义了一篇由 John Smith 和 Jane Doe 撰写的题为 “An Analysis of Example” 的论文,该论文发表在 International Conference on Example 的会议论文集中。论文集于 2022 年出版,由 David Brown 和 Susan Green 编辑。会议于 6 月在纽约市举行,由 ACM 主办。该论文出现在 “Example Conference Proceedings” 系列第 1 卷第 2 期的第 123-130 页,由 ACM Press 出版。