Index of /atarilibrary/atari_cd11/TEXT/TEX54/TEX/BIBTEX

      Name                    Last modified       Size  Description

[DIR] Parent Directory 11-May-2007 21:27 - [   ] BTXBST.DOC 01-Jun-1995 06:43 68k [   ] BTXDOC.TEX 01-Jun-1995 06:43 42k [   ] BTXHAK.TEX 01-Jun-1995 06:43 25k [TXT] LIESMICH 01-Jun-1995 06:43 1k

BibTeX is the LaTeX bibliography processor.  It was written by Oren
Patashnik of Stanford.

The Atari ST Program BIBTEX.TTP supports the TEXINPUTS environment path
for .aux, .bbl, and .bst files and the TEXBIB environment for .bib files.
Each environment consists of a list of directories separated by comma or
semicolon. This list is searched, if a file is not found on the current
directory.

For more information on BibTeX and its functions, see btxdoc.tex.

Copy *.sty and *.bst to your TeX macros directory (i.e. \tex\styles).
Copy *.bib to your TeX bibliography directory (i.e. \tex\texbib).

To produce documentation, you will need to go through the following sequence:

	% tex &latex btxdoc
	% bibtex btxdoc
	% tex &latex btxdoc
	% tex &latex btxdoc

The first "latex" produces the .aux file that BibTeX needs.  The "bibtex"
reads the .bib file and produces a .bbl file.  The second "latex"
incorporates that information into the .aux file. The third "latex" updates
the document.

Here are BibTeX-related files that come with this distribution:

README		this file
BIBTEX.TTP	the Atari ST program, Version 0.99c // 0.2cs
BTXDOC.TEX	documentation, and also sample input for BibTeX implementors
BTXHAK.TEX	documentation for style designers
BTXDOC.BIB	the bibliography database file for BTXDOC.TEX
BTXDOC.BBL	a file for comparing your implementation's output
BTXDOC.AUX	another file for comparing your implementation's output
BTXDOC.BLG	another file for comparing your implementation's output
XAMPL.BIB	a database file with an example of every standard entry type

BTXBST.DOC	the documentation and template for the four standard
                bibliography styles:
ABBRV.BST	abbreviated
ALPHA.BST	alphabetic
PLAIN.BST	plain
UNSRT.BST	unsorted

OPENBIB.STY	open bibliography style for LaTeX 2.09

CLBIBA.STY	style file for old LaTeX 2.08
CLBIBR.STY	style file for old LaTeX 2.08
OPBIBA.STY	style file for old LaTeX 2.08
OPBIBR.STY	style file for old LaTeX 2.08

-eof-