% File: 0-BiBTeX-Entries.bib % Last update: October 27, 2010 % Purpose: List of all standard patterns used in the BibTeX program % % Created and responsible for all errors: %***************************************************************************% %** **% %** BOZHIDAR ZAKHARIEV ILIEV: **% %** **% %** Laboratory of Mathematical Modeling in Physics **% %** Institute for Nuclear Research and Nuclear Energy **% %** Bulgarian Academy of Sciences **% %** Boul. Tzarigradsko chauss\'ee~72, 1784 Sofia, Bulgaria **% %** E-mail address: bozho at inrne.bas.bg **% %** URL: http://theo.inrne.bas.bg/~bozho/ **% %** **% %***************************************************************************% ============================================================================= Only the FULL entries are presented. The optional entries that are alternatives or cause warings are put before. ============================================================================= Please note: ============ Instead of { and } one can use only the " sign! =============================================== Where numbers appear, one can write them directly, without {} or "" ==================================================================== Whowever, writing {} enables other packges to be applied!!! =========================================================== REQUIRED: till "year" (including) month = {}, @ARTICLE{, author = {}, title = {}, journal = {}, year = {}, volume = {}, number = {}, pages = {--}, note = {}, } An article from a journal or magazine. Required fields: author, title, journal, year Optional fields: volume, number, pages, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) editor = {}, number = {}, month = {}, @BOOK{, author = {}, title = {}, publisher= {}, year = {}, volume = {}, series = {}, address = {}, edition = {}, note = {}, } A book with an explicit publisher. Required fields: author/editor, title, publisher, year Optional fields: volume, series, address, edition, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "title" (including) Can be for PREPRINTS! month = {}, @BOOKLET{, title = {}, author = {}, howpublished = {}, address = {}, year = {}, volume = {}, note = {}, } OA work that is printed and bound, but without a named publisher or sponsoring institution. Required fields: title Optional fields: author, howpublished, address, month, year, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) editor = {}, number = {}, month = {}, @INBOOK{, author = {}, title = {}, chapter = {}, pages = {}, publisher = {}, year = {}, volume = {}, series = {}, type = {}, address = {}, edition = {}, note = {}, } A part of a book, usually untitled. May be a chapter (or section or whatever) and/or a range of pages. Required fields: author/editor, title, chapter/pages, publisher, year Optional fields: volume, series, address, edition, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) number = {}, month = {}, @INCOLLECTION{, author = {}, title = {}, booktitle = {}, publisher = {}, year = {}, editor = {}, volume = {}, series = {}, type = {}, chapter = {}, pages = {}, address = {}, edition = {}, note = {}, } A part of a book having its own title. Required fields: author, title, booktitle, year Optional fields: editor, pages, organization, publisher, address, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) number = {}, month = {}, @INPROCEEDINGS{, author = {}, title = {}, booktitle = {}, year = {}, editor = {}, volume = {}, series = {}, pages = {}, address = {}, organization = {}, publisher = {}, note = {}, } An article in a conference proceedings. Required fields: author, title, booktitle, year Optional fields: editor, series, pages, organization, publisher, address, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) number = {}, month = {}, @CONFERENCE{, author = {}, title = {}, booktitle = {}, year = {}, editor = {}, volume = {}, series = {}, pages = {}, address = {}, organization = {}, publisher = {}, note = {}, } The same as inproceedings, included for Scribe compatibility. Required fields: author, title, booktitle, year Optional fields: editor, pages, organization, publisher, address, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "title" (including) month = {}, @MANUAL{, title = {}, author = {}, organization = {}, address = {}, edition = {}, year = {}, } Technical documentation. Required fields: title Optional fields: author, organization, address, edition, month, year, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) month = {}, @MASTERSTHESIS{, author = {}, title = {}, school = {}, year = {}, type = {}, address = {}, note = {}, } ---------------------------------------------------------------------------- REQUIRED: non (warning is issued if the entire field is empty) month = , @MISC{, author = {}, title = {}, howpublished = {}, year = {}, note = {}, } For use when nothing else fits. Required fields: none Optional fields: author, title, howpublished, month, year, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) month = {}, @PHDTHESIS{, author = {}, title = {}, school = {}, year = {}, type = {}, address = {}, note = {}, } A Ph.D. thesis. Required fields: author, title, school, year Optional fields: address, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) month = {}, @MASTERSTHESIS{, author = {}, title = {}, school = {}, year = {}, type = {}, address = {}, note = {}, } A Master's thesis. Required fields: author, title, school, year Optional fields: address, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) number = {}, month = {}, @PROCEEDINGS{, title = {}, year = {}, editor = {}, volume = {}, series = {}, address = {}, publisher = {}, organization = {}, note = {}, } The proceedings of a conference. Required fields: title, year Optional fields: editor, publisher, organization, address, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "year" (including) month = {}, number = {}, @TECHREPORT{, author = {}, title = {}, institution = {}, year = {}, type = {}, address = {}, note = {}, } A report published by a school or other institution, usually numbered within a series. Required fields: author, title, institution, year Optional fields: type, number, address, month, note, key ---------------------------------------------------------------------------- REQUIRED: till "note" (including) month = {}, @UNPUBLISHED{, author = {}, title = {}, note = {}, year = {}, } A document having an author and title, but not formally published. Required fields: author, title, note Optional fields: month, year, key ============================================================================ http://en.wikipedia.org/wiki/BibTeX Bibliography entries each contain some subset of standard data entries: * address: Publisher's address (usually just the city, but can be the full address for lesser-known publishers) * annote: An annotation for annotated bibliography styles (not typical) * author: The name(s) of the author(s) (in the case of more than one author, separated by and) * booktitle: The title of the book, if only part of it is being cited * chapter: The chapter number * crossref: The key of the cross-referenced entry * edition: The edition of a book, long form (such as "first" or "second") * editor: The name(s) of the editor(s) * eprint: A specification of an electronic publication, often a preprint or a technical report * howpublished: How it was published, if the publishing method is nonstandard * institution: The institution that was involved in the publishing, but not necessarily the publisher * journal: The journal or magazine the work was published in * key: A hidden field used for specifying or overriding the alphabetical order of entries (when the "author" and "editor" fields are missing). Note that this is very different from the key (mentioned just after this list) that is used to cite or cross-reference the entry. * month: The month of publication (or, if unpublished, the month of creation) * note: Miscellaneous extra information * number: The "number" of a journal, magazine, or tech-report, if applicable. (Most publications have a "volume", but no "number" field.) * organization: The conference sponsor * pages: Page numbers, separated either by commas or double-hyphens. * publisher: The publisher's name * school: The school where the thesis was written * series: The series of books the book was published in (e.g. "The Hardy Boys" or "Lecture Notes in Computer Science") * title: The title of the work * type: The type of tech-report, for example, "Research Note" * url: The WWW address * volume: The volume of a journal or multi-volume book * year: The year of publication (or, if unpublished, the year of creation) In addition, each entry contains a key that is used to cite or cross-reference the entry. This key is the first item in a BibTeX entry, and is not part of any field. and crossref = {citation:key}, End of this file ================