BibΤΕΧ, written as BibTeX in plain text, is a tool for formatting lists of references used by the LaTeX document preparation system.
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, by XHTML and CSS, etc.
Bibliographic information file: .bib
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
.bib.
Bibliography items included in a
.bib are split by types. The following types are understood by virtually all BibTeX styles:
- article: An article from a journal or magazine.
- book: A book with an explicit publisher. Required fields: author or editor, title, publisher, year.
- booklet: A work that is printed and bound, but without a named publisher or sponsoring institution.
- conference: The same as inproceedings, included for Scribe (markup language) compatibility.
- inbook: A part of a book, which may be a chapter (or section or whatever) and/or a range of pages.
- incollection: A part of a book having its own title.
- inproceedings: An article in a conference proceedings.
- manual: Technical documentation.
- mastersthesis: A Master's thesis.
- misc: For use when nothing else fits.
- phdthesis: A Ph.D. thesis.
- proceedings: The proceedings of a conference.
- techreport: A report published by a school or other institution, usually numbered within a series.
- unpublished: A document having an author and title, but not formally published.
More on
[ BibTeX ]
BibTeX :: TeX
Business Applications - RSS Sponsorship
Intel backs Microsoft's concurrent-computing play
Wed, 20 Aug 2008 10:10:50 -0700
On August 20, Intel rolled out new parallel-processing tools that support Microsoft's concurrent runtime environment that is expected to become a central component of Redmond's next-generation computing model. by Mary Jo Foley
10 reasons to love Silverlight and 10 reasons to hate it
Mon, 18 Aug 2008 13:59:24 -0700
I won't add much commentary to Tim's excellent post up on the Register because I work for Adobe and I don't want to get into a bunch of nonsensical arguments about Flash versus Silverlight. But I will say that Tim Anderson is one of the very few tech journalists who...
Microsoft investigating NSlookup.exe flaw, reported attacks
Fri, 15 Aug 2008 11:54:29 -0700
Microsoft is investigating new public reports of a zero-day Windows vulnerability that's being exploited in the wild. According to a this SecurityFocus alert, the attacks are exploiting a remote code-execution vulnerability due to an unspecified error in NSlookup.exe, the command-line administrative tool used for testing and troubleshooting...
LWUIT vs. JavaFX Mobile
Fri, 15 Aug 2008 06:26:21 -0700
The light-weight user interface toolkit for Java ME LWUIT has been released as open source under the GPLv2+classpath exception license. LWUIT is a library that helps content developers in creating rich and consistent Java ME applications. LWUIT supports visual components, theming, transitions, animation, and more. Sounds similar to JavaFX doesn't...
Countering an Apple-favoring .NET critic
Thu, 14 Aug 2008 08:17:50 -0700
I've been investigating Apple Cocoa API as I plan to complement my Windows and UNIX development skills with skills in Mac development. That doesn't mean I am willing to accept weak attacks what I consider to be a superior development platform: .NET. by John Carroll
Google releases open-source crypto toolkit
Mon, 11 Aug 2008 22:15:34 -0700
Google's security team has released an open-source cryptographic toolkit aimed at making it easier and safer for developers to use cryptography in their applications. The toolkit, called KeyCzar, was originally developed by Steve Weis Google and Arkajit Dey MIT and is available under an Apache 2.0...
Subscribe to Software RSS feed 
BibDB - A BibTeX database manager running on Windows (DOS and 16-bit) for creating, maintaining and updating literature reference libraries, in a format which is compatible with BibTeX.
BibEdt - Open source minimal BibTeX editor for Windows. News, screen shots and SourceForge project page.
Meta Description: [ BibEdt is a BibTeX file editor and Z39.50 client for Win32. ]
BibTexMng - Windows program for manipulating BibTeX database files. News, screenshots and download.