BibTeX book template
The book entry type is intended to be used for authored as well as edited books.
Minimal template for a book with authors
Minimal template with required fields only for a BibTeX book entry with authors.
@Book{citekey, author = "", title = "", publisher = "", year = "" }
Full template for a book with authors
Full template including required and optional fields for a BibTeX book entry with authors.
@Book{citekey, author = "", title = "", publisher = "", year = "", volume = "", number = "", series = "", address = "", edition = "", month = "", note = "", annote = "" }
Minimal template for a book with editors
Minimal template with required fields only for a BibTeX book entry with editors.
@Book{citekey, editor = "", title = "", publisher = "", year = "" }
Full template for a book with editors
Full template including required and optional fields for a BibTeX book entry with editors.
@Book{citekey, editor = "", title = "", publisher = "", year = "", volume = "", number = "", series = "", address = "", edition = "", month = "", note = "", annote = "" }