BibTeX inbook template
The inbook entry type is intended to be used for sections or chapters in an authored or edited book.
Minimal template for a chapter or section in a book with authors
Minimal template with required fields only for a BibTeX inbook entry with authors.
@inbook{citekey, author = "", title = "", chapter = "", publisher = "", year = "" }
Full template for a chapter or section in a book with authors
Full template including required and optional fields for a BibTeX inbook entry with authors.
@inbook{citekey, author = "", title = "", chapter = "", publisher = "", year = "", volume = "", number = "", series = "", type = "", address = "", edition = "", month = "", pages = "", note = "", annote = "" }
Minimal template for a chapter or section in a book with editors
Minimal template with required fields only for a BibTeX inbook entry with editors.
@inbook{citekey, editor = "", title = "", chapter = "", publisher = "", year = "" }
Full template for a chapter or section in a book with editors
Full template including required and optional fields for a BibTeX inbook entry with editors.
@inbook{citekey, editor = "", title = "", chapter = "", publisher = "", year = "", volume = "", number = "", series = "", type = "", address = "", edition = "", month = "", pages = "", note = "", annote = "" }