Você está na página 1de 2

BibTeX

BIBTEX TYPES For each BibTeX type there are some required elds (*) and some optional elds (+), as seen in the next section. article[1], book[2], booklet[3], conference[4], inbook[5], incollection[6], inproceedings[7], manual[8], masterthesis[9], misc[10], phdthesis[11], proceedings[14], techreport[12], unpublished[13], REFERENCES ACCORDING TO TYPES
[1] author*. article title*. journal*, volume+(number+):pagepage+, month+ year*. note+: An article from a journal or magazine. [2] author*. book title*, volume volume+ of series+. publisher*, address+, edition+ edition, month+ year*. note+: A book with an explicit publisher. [3] author+. booklet title*. howpublished+, address+, month+ year+. note+: A work that is printed and bound, but without a named publisher or sponsoring institution. [4] author*. conference title*. In editor+, editor, booktitle*, volume volume+ of series+, pages pagepage+, address+, month+ year*. organization+, publisher+. note+: The same as inproceedings, included for Scribe compatibility. [5] author*. inbook title*, volume volume+ of series+, type+ chapter*, pages page page*. publisher*, address+, edition+ edition, month+ year*. note+: A part of a book, usually untitled. May be a chapter (or section or whatever) and/or a range of pages. [6] author*. incollection title*. In editor+, editor, booktitle*, volume volume+ of series+, type+ chapter+, pages pagepage+. publisher*, address+, edition+ edition, month+ year*. note+: A part of a book having its own title. [7] author*. inproceedings title*. In editor+, editor, booktitle*, volume volume+ of series+, pages pagepage+, address+, month+ year*. organization+, publisher+. note+: An article in a conference proceedings. [8] author+. manual title*. organization+, address+, edition+ edition, month+ year+. note+: Technical documentation. [9] author*. masterthesis title*, month+ year*. note+: A Masters thesis. [10] author+. misc title+. howpublished+, month+ year+. note+: For use when nothing else ts. [11] author*. phdthesis title*. type+, school*, address+, month+ year*. note+: A Ph.D. thesis.

[12] author*. techreport title*. type+ number+, institution*, address+, month+ year*. note+: A report published by a school or other institution, usually numbered within a series. [13] author*. unpublished title*. note*: A document having an author and title, but not formally published., month+ year+. [14] editor+, editor. proceedings title*, volume volume+ of series+, address+, month+ year*. organization+, publisher+. note+: The proceedings of a conference.

BIBLIOGRAPHIC INFORMATION FILE BibTeX uses a style-independent text-based le format for lists of bibliography items, such as articles, books, and theses. BibTeX bibliography le names usually end in .bib. Bibliography entries each contain some subset of standard data entries: > address: Publishers address (usually just the city, but can be the full address for lesser-known publishers) > 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 > edition: The edition of a book, long form (such as Firstor Second) > editor: The name(s) of the editor(s) > eprint: A specication 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 eld used for specifying or overriding the alphabetical order of entries (when the authorand editorelds 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 (issue) numberof a journal, magazine, or tech-report, if applicable. (Most publications have a volume, but no numbereld.) > organization: The conference sponsor

> pages: Page numbers, separated either by commas or double-hyphens. > publisher: The publishers name > school: The school where the thesis was written > series: The series of books the book was published in (e.g. The Hardy Boysor Lecture Notes in Computer Science) > title: The title of the work > type: The eld overriding the default type of publication (e.g. Research Notefor techreport, PhD dissertationfor phdthesis, Sectionfor inbook/incollection) > 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 rst item in a BibTeX entry, and is not part of any eld. SOURCE This document is a COPY of part of the information available in wikipedia/BibTeX. For more information, refer to the link.

Você também pode gostar