BibTeX proceedings template

The proceedings entry type is intended to be used for conference proceedings.

Minimal template

Minimal template with required fields only for a BibTeX proceedings entry.

@proceedings{citekey,
  title = "",
  year  = ""
}
Download BibTeX file | Copy to clipboard

 

Full template

Full template including required and optional fields for a BibTeX proceedings entry.

@proceedings{citekey,
  title        = "",
  year         = "",
  booktitle    = "",
  editor       = "",
  volume       = "",
  number       = "",
  series       = "",
  address      = "",
  month        = "",
  organization = "",
  publisher    = "",
  note         = "",
  annote       = ""
}
Download BibTeX file | Copy to clipboard