Пропустить до содержимого

Guide to BibTeX Type `Inproceedings`

Это содержимое пока не доступно на вашем языке.

BibTeX is a reference management tool that is commonly used in LaTeX documents. The “inproceedings” BibTeX type is used for papers published in conference proceedings. In this guide, we will explain the required and optional fields for the “inproceedings” BibTeX type.

Нужно простое решение для управления вашими записями BibTeX? Ознакомьтесь с CiteDrive!

  • Веб-основанное, современное управление библиографическими ссылками
  • Сотрудничество и обмен с коллегами-исследователями
  • Интеграция с Overleaf
  • Полноценная поддержка BibTeX/BibLaTeX
  • Сохраняйте статьи и веб-сайты прямо из вашего браузера
  • Поиск новых статей в базе данных из десятков миллионов ссылок
Попробовать CiteDrive ► Смотреть демонстрацию

Required Fields

The “inproceedings” BibTeX type requires the following fields:

  • author: The author(s) of the paper.
  • title: The title of the paper.
  • booktitle: The title of the conference proceedings.
  • year: The year the conference proceedings were published.

Optional Fields

In addition to the required fields, the “inproceedings” BibTeX type also has a number of optional fields that can be used to provide additional information. These fields include:

  • editor: The name(s) of the editor(s) of the conference proceedings.
  • volume: The volume number of the conference proceedings, if applicable.
  • number: The issue number of the conference proceedings, if applicable.
  • series: The name of the series that the conference proceedings belong to, if applicable.
  • pages: The pages on which the paper appears in the conference proceedings.
  • address: The location of the conference.
  • month: The month the conference was held.
  • organization: The organization that sponsored the conference.
  • publisher: The name of the publisher of the conference proceedings.

Example

Here is an example of how to use the “inproceedings” BibTeX type:

@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}
}

In this example, the BibTeX entry defines a paper titled “An Analysis of Example” authored by John Smith and Jane Doe that appeared in the conference proceedings of the International Conference on Example. The proceedings were published in 2022 and edited by David Brown and Susan Green. The conference was held in June in New York, NY, and was sponsored by the ACM. The paper appeared on pages 123-130 of volume 1, issue 2 of the “Example Conference Proceedings” series published by ACM Press.