BibTeX booklet template

The booklet entry type is intended to be used for bound books that do not have a publisher.

Minimal template

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

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

 

Full template

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

@booklet{citekey,
  title        = "",
  author       = "",
  howpublished = "",
  address      = "",
  month        = "",
  year         = "",
  note         = "",
  annote       = ""
}
Download BibTeX file | Copy to clipboard