BibTeX 239392 221652522 2008-06-25T13:47:36Z Karnesky 160332 rv redlink addition [[Image:BibTeX logo.svg|thumb|The BibTeX logo]] '''BibTeX''' is a tool for formatting [[bibliography|lists of references]]. The BibTeX tool is typically used together with the [[LaTeX]] document preparation system. Within the typesetting system, its name is styled as <math>{\mathrm{B{\scriptstyle{IB}} \! T\!_{\displaystyle E} \! X}}</math>. BibTeX was created by [[Oren Patashnik]] and [[Leslie Lamport]] in [[1985]]. BibTeX makes it easy to cite sources in a consistent manner, by separating bibliographic information from the presentation of this information. This same principle of separation of content and presentation/style is used by LaTeX itself. == Bibliographic information file == BibTeX uses a style-independent text-based [[file format]] for lists of bibliography items, such as articles, books, theses. BibTeX bibliography files usually end in <code>.bib</code>. Bibliography entries each contain some subset of standard data entries: * <tt>address</tt>: Publisher's address (usually just the city, but can be the full address for lesser-known publishers) * <tt>annote</tt>: An annotation for annotated bibliography styles (not typical) * <tt>author</tt>: The name(s) of the author(s) (in the case of more than one author, separated by <tt>and</tt>) * <tt>booktitle</tt>: The title of the book, if only part of it is being cited * <tt>chapter</tt>: The chapter number * <tt>crossref</tt>: The key of the cross-referenced entry * <tt>edition</tt>: The edition of a book, long form (such as "first" or "second") * <tt>editor</tt>: The name(s) of the editor(s) * <tt>eprint</tt>: A specification of an electronic publication, often a preprint or a technical report * <tt>howpublished</tt>: How it was published, if the publishing method is nonstandard * <tt>institution</tt>: The institution that was involved in the publishing, but not necessarily the publisher * <tt>journal</tt>: The journal or magazine the work was published in * <tt>key</tt>: 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. * <tt>month</tt>: The month of publication (or, if unpublished, the month of creation) * <tt>note</tt>: Miscellaneous extra information * <tt>number</tt>: The "number" of a journal, magazine, or tech-report, if applicable. (Most publications have a "volume", but no "number" field.) * <tt>organization</tt>: The conference sponsor * <tt>pages</tt>: Page numbers, separated either by commas or double-hyphens. For books, the total number of pages. * <tt>publisher</tt>: The publisher's name * <tt>school</tt>: The school where the thesis was written * <tt>series</tt>: The series of books the book was published in (e.g. "[[The Hardy Boys]]") * <tt>title</tt>: The title of the work * <tt>type</tt>: The type of tech-report, for example, "Research Note" * <tt>url</tt>: The WWW address * <tt>volume</tt>: The volume of a journal or multi-volume book * <tt>year</tt>: 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. === Entry Types === Bibliography entries included in a <code>.bib</code> are split by types. The following types are understood by virtually all BibTeX styles: ; <tt>article</tt>: An article from a journal or magazine.<br />Required fields: <span style="font-variant: small-caps;">author, title, journal, year</span><br />Optional fields: <span style="font-variant: small-caps;">volume, number, pages, month, note, key</span> ; <tt>book</tt>: A book with an explicit publisher.<br />Required fields: <span style="font-variant: small-caps;">author/editor, title, publisher, year</span><br />Optional fields: <span style="font-variant: small-caps;">volume, series, address, edition, month, note, key, pages</span> ; <tt>booklet</tt>: A work that is printed and bound, but without a named publisher or sponsoring institution.<br />Required fields: <span style="font-variant: small-caps;">title</span><br />Optional fields: <span style="font-variant: small-caps;">author, howpublished, address, month, year, note, key</span> ; <tt>conference</tt>: The same as <tt>inproceedings</tt>, included for [[Scribe (markup language)]] compatibility.<br />Required fields: <span style="font-variant: small-caps;">author, title, booktitle, year</span><br />Optional fields: <span style="font-variant: small-caps;">editor, pages, organization, publisher, address, month, note, key</span> ; <tt>inbook</tt>: A part of a book, usually untitled. May be a chapter (or section or whatever) and/or a range of pages.<br />Required fields: <span style="font-variant: small-caps;">author/editor, title, chapter/pages, publisher, year</span><br />Optional fields: <span style="font-variant: small-caps;">volume, series, address, edition, month, note, key</span> ; <tt>incollection</tt>: A part of a book having its own title.<br />Required fields: <span style="font-variant: small-caps;">author, title, booktitle, year</span><br />Optional fields: <span style="font-variant: small-caps;">editor, pages, organization, publisher, address, month, note, key</span> ; <tt>inproceedings</tt>: An article in a conference proceedings.<br />Required fields: <span style="font-variant: small-caps;">author, title, booktitle, year</span><br />Optional fields: <span style="font-variant: small-caps;">editor, pages, organization, publisher, address, month, note, key</span> ; <tt>manual</tt>: Technical documentation.<br />Required fields: <span style="font-variant: small-caps;">title</span><br />Optional fields: <span style="font-variant: small-caps;">author, organization, address, edition, month, year, note, key</span> ; <tt>mastersthesis</tt>: A [[Master's degree|Master's]] [[thesis]].<br />Required fields: <span style="font-variant: small-caps;">author, title, school, year</span><br />Optional fields: <span style="font-variant: small-caps;">address, month, note, key</span> ; <tt>misc</tt>: For use when nothing else fits.<br />Required fields: <span style="font-variant: small-caps;">none</span><br />Optional fields: <span style="font-variant: small-caps;">author, title, howpublished, month, year, note, key</span> ; <tt>phdthesis</tt>: A [[Doctor of Philosophy|Ph.D.]] thesis.<br />Required fields: <span style="font-variant: small-caps;">author, title, school, year</span><br />Optional fields: <span style="font-variant: small-caps;">address, month, note, key</span> ; <tt>proceedings</tt>: The proceedings of a conference.<br />Required fields: <span style="font-variant: small-caps;">title, year</span><br />Optional fields: <span style="font-variant: small-caps;">editor, publisher, organization, address, month, note, key</span> ; <tt>techreport</tt>: A report published by a school or other institution, usually numbered within a series.<br />Required fields: <span style="font-variant: small-caps;">author, title, institution, year</span><br />Optional fields: <span style="font-variant: small-caps;">type, number, address, month, note, key</span> ; <tt>unpublished</tt>: A document having an author and title, but not formally published.<br />Required fields: <span style="font-variant: small-caps;">author, title, note</span><br />Optional fields: <span style="font-variant: small-caps;">month, year, key</span> == Style files == BibTeX formats bibliographic items according to a style file, typically by generating TeX or LaTeX formatting commands. However, style files for generating [[HTML]] output also exist. BibTeX style files, for which the suffix <code>.bst</code> is common, are written in a simple, stack-based programming language that describes how bibliography items should be formatted. There are some packages which can generate <code>.bst</code> files automatically (like custom-bib or Bib-it). Most journals or publishers that support LaTeX often have a customized bibliographic style file for the convenience of the authors. This ensures that the bibliographic style meets the guidelines of the publisher with minimal effort. ==Examples== A <code>.bib</code> file might contain the following entry, which describes [[Abramowitz and Stegun|a mathematical handbook]]: @Book{abramowitz+stegun, author = "Milton Abramowitz and Irene A. Stegun", title = "Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables", publisher = "Dover", year = 1964, address = "New York", edition = "ninth Dover printing, tenth GPO printing" } If a document references this handbook, the bibliographic information may be formatted in different ways depending on which citation style ([[APA style|APA]], [[The MLA style manual|MLA]], [[Chicago Manual of Style|Chicago]] etc.) is employed. The way LaTeX deals with this is by specifying <code>\cite</code> commands and the desired bibliography style in the LaTeX document. If the command <code>\cite{abramowitz+stegun}</code> appears inside a LaTeX document, the <code>bibtex</code> program will include this book in the list of references for the document and generate appropriate LaTeX formatting code. When viewing the formatted LaTeX document, the result might look like this: : Abramowitz, Milton and Irene A. Stegun (1964), ''Handbook of mathematical functions with formulas, graphs, and mathematical tables.'' New York: Dover. Depending on the style file, BibTeX may rearrange authors' last names, change the case of titles, omit fields present in the <code>.bib</code> file, format text in italics, add punctuation, etc. Since the same style file is used for an entire list of references, these are all formatted consistently with minimal effort required from authors or editors. ===Author formatting=== Last name prefixes such as von, van and der are handled automatically, provided they are in lower case to distinguish them from middle names. Multiple word last names are distinguished from first and middle names by placing the last names first, then a comma, then the first and middle names. Name suffixes such as Jr., Sr., and III are generally handled by using two comma separators as in the following example: @Book{hicks2001, author = "von Hicks, III, Michael", title = "Design of a Carbon Fiber Composite Grid Structure for the GLAST Spacecraft Using a Novel Manufacturing Technique", publisher = "Stanford Press", year = 2001, address = "Palo Alto", edition = "1st,", isbn = "0-69-697269-4" } If the author does not use a comma to separate the name suffix from the last name, then curly brackets {Hicks III} may be used instead. ===Cross-referencing=== BibTeX allows referring to other publications via the crossref field. In the following example the 'author:06' publication references to 'conference:06'. @INPROCEEDINGS {author:06, title = {Some publication title}, author = {First Author and Second Author}, crossref = {conference:06}, pages = {330--331}, } @PROCEEDINGS {conference:06, editor = {First Editor and Second Editor}, title = {Proceedings of the Xth Conference on XYZ}, year = {2006}, month = {October}, } The LaTeX output of this input might look like: :Author, First and Author, Second (October 2006), Some publication title, in: Proceedings of the Xth Conference on XYZ, pp 330-331. == See also == {{portal|Free software|Free Software Portal Logo.svg}} * [[Citation style language]] * [[Comparison of reference management software]] ===Free BibTeX-related software=== Most [[reference management software‎]] can handle BibTeX import and export. These packages use BibTeX as the primary language. * [[bib2xhtml]] [http://www.spinellis.gr/sw/textproc/bib2xhtml/] converts BibTeX files into [[XHTML]] listings ([[GNU General Public License|GPL]]) * [[BibDesk]] [http://bibdesk.sourceforge.net] — A [[Mac OS X]] application for managing references in the BibTeX format ([[BSD]]) <!-- please do not remove just now, it's not yet in the DMOZ list (and link submits to DMOZ are dead today) - Sergio.ballestrero, 2006-10-29 --> * [[bibget]] - [http://www.math.tamu.edu/~comech/tools/bibget/] — command-line front-end for [[Mathscinet|Mathematical Reviews database (MathSciNet)]]. Retrieves relevant references in BibTeX format, such as <code>bibget a=gilkey t=invariance book 1984</code> or <code>bibget r=MR783634 >> books.bib</code>. [[Shell_script|Shell script]] for [[Bourne_shell|sh]] or [[Bash|bash]]. ([[GNU General Public License|GPL]]) * [[bib-it]] - [http://bib-it.sourceforge.net/] A BibTeX manager. Can also generate style files. * [[bibstuff]] - [http://code.google.com/p/bibstuff/] — a Python package for interacting with [[BibTeX]] style databases of citation references. Contains classes for parsing and storing [[BibTeX]] files, utilities for searching and labeling BibTeX entries, a utility for replacing in-text citations and creating bibliographies (e.g., in a [[reStructuredText]] document), and a module for defining citation styles. ([[MIT License|MIT]]) * [[bibutils]] - [http://www.scripps.edu/~cdputnam/software/bibutils/] Converts between various bibliography formats (including BibTeX) using the XML-based Library of Congress's Metadata Object Description Schema (MODS) as an intermediate. Available in many platforms. ([[GNU General Public License|GPL]]) * [[Bibwiki]] - [http://www.plaschg.net/bibwiki/] — An extension to Mediawiki to manage BibTeX bibliographies. Import from Aleph and Amazon and generate lists of reference with BibTeX styles. * [[Jabref]] — A free [[Java platform|Java]] front end for managing references in the BibTeX format including [[PubMed]] and [[CiteSeer]] search interface ([[GNU General Public License|GPL]]) * [[RefTeX]] — A [[reference management software]] package designed for use with [[Emacs]] and BibTeX. It can cooperate with the popular [[AUCTeX]] package. [[GPL]]ed. * [[Rtfbtx]] [http://www.spinellis.gr/sw/ports/rtfbtx/] — A collection of BibTeX style files that create Microsoft Word-compatible [[Rich Text Format|RTF]] output instead of [[LaTeX]] output. Pre-[[LaTeX Project Public License]]. * Bibtex4Word [http://www.ee.ic.ac.uk/hp/staff/dmb/perl/bibtex4word.doc] — Microsoft Word macros allowing the citation of references from a BibTex database using a chosen formatting style. * [[KBibTeX]] [http://www.unix-ag.uni-kl.de/~fischer/kbibtex/index.html] A [[KDE]] application for managing references in the BibTeX format. Features web queries (e. g. Google or PubMed) and exporting to RTF and XML/HTML. ([[GNU General Public License|GPL]]) * [[Referencer]] [http://icculus.org/referencer/index.html] A [[GNOME]] application for managing references in the BibTex format. Features automatic metadata retrieval (DOI, Arxiv ID), a PDF preview view and tagging.([[GNU General Public License|GPL]]) * [[BibTex2Word2007]] [http://sdudah.googlepages.com/bibtex2word2007bibliographyconverter] A simple [[AWK]]-based script that converts BibTex bibliography format into Microsoft Word 2007 format.([[GNU General Public License|GPL]]) * [[Pybliographer|pybliographic]] [http://pybliographer.org/] Graphical interface (based on Gnome) including hierarchical search mechanism, direct insertion of references into LyX and Kile, direct queries on Medline, and more. ([[GNU General Public License|GPL]]) * [[cb2bib]][http://www.molspaces.com/d_cb2bib-overview.php] The cb2Bib is a tool for rapidly extracting unformatted, or unstandardized bibliographic references from email alerts, journal Web pages, and PDF files. ([[GNU General Public License|GPL]]) ==Bibliography databases== * [[Association for Computing Machinery|ACM]] Portal [http://portal.acm.org], click on BibTeX link * [[BibSonomy]] — A social bookmark and publication management system based on BibTeX. * [[CiteSeer]] — An online database of research publications which can produce BibTeX format citations. * [[CiteULike]] — A community based bibliography database with BibTeX input and output. * [[The Collection of Computer Science Bibliographies]] — uses BibTeX as internal data format, search results and contributions primarily in BibTeX. * [[Connotea]] — Open-source social bookmark style publication management system. * [[Digital Bibliography & Library Project]] - A bibliography website that lists more than 910,000 articles on the computer science field. * [[Google Scholar]] — Google's system for searching scholarly literature provides BibTeX format citations if you enable the option in 'Scholar Preferences'. * [[HubMed]] — A versatile [[PubMed]] interface including BibTeX output. * [[MathSciNet]] - Database by the American Mathematical Society (subscription), choose BibTeX in the "Select alternative format" box * [[refbase]] - Open source reference manager for institutional repositories and self archiving with BibTeX input and output. == External links == {{wikibooks|LaTeX|Bibliography Management}} * [http://dmoz.org/Computers/Software/Typesetting/TeX/BibTeX/ BibTeX tools from Open Directory] * [http://www.tug.org/pracjourn/2006-4/fenn/ Managing Citations and Your Bibliography with BibTEX]by Jürgen Fenn (The [[PracTeX Journal|PracTEX Journal]] 2006, number 4) * [http://www.andy-roberts.net/misc/latex/latextutorial3.html BibTeX tutorial]. Section from ''Getting to Grips with LaTeX'' tutorials. * [http://jo.irisson.free.fr/bstdatabase/ LaTeX Bibliography Style Database]. A database for '''BibTeX style files''' for various journals. * [http://www.fb10.uni-bremen.de/anglistik/langpro/bibliographies/jacobsen-bibtex.html The BibTeX Format]. Description of the BibTeX format. * [http://www.math.jhu.edu/~jkramer/bibtex/ BibTeX using LaTeX2e in WinEdt] * [http://www.bibtex.org Quick and easy introduction to BibTeX] and a convenient online converter. * [http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html BibTeX Style Examples]. Examples of more than 50 public-domain BibTeX style files. * [http://amath.colorado.edu/documentation/LaTeX/reference/faq/bibstyles.pdf Bibliography Styles]. Illustration of how several bibliographic styles render citations and reference entries. * [http://www.ctan.org/tex-archive/macros/latex/contrib/custom-bib/ Custom Bib] Package for generating customized bibliography styles (bst files). * [ftp://ftp.tex.ac.uk/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf Tame the BeaST]. Useful BibTeX and BST reference manual. [[Category:BibTeX]] [[Category:Bibliography file formats]] [[ar:بب‌تخ]] [[ceb:BibTeX]] [[cs:BibTeX]] [[de:BibTeX]] [[es:BibTeX]] [[fr:BibTeX]] [[gl:BibTeX]] [[it:BibTeX]] [[nl:BibTeX]] [[ja:BibTeX]] [[pt:BibTeX]] [[ru:BibTeX]] [[fi:BibTeX]] [[sv:BibTeX]] [[tr:Bibtex]] [[uk:BibTeX]]