''The power of the BibTeX bibliography is that, once the bibliographic references have been added to a database (a one-time-only task), every instance of citing them in every paper thereafter is a matter of seconds; and the bibliography is constructed by the software according to the citations included in the document''
If the Scientific Word/WorkPlace shell document you're using supports bibliographies, you can use a special program called BibTeX to generate an automatic bibliography.
When you compile the document, the program passes the document through BibTeX, which automatically generates the bibliography by extracting the cited references from a specified database and placing them in a file with the same name as your document but with a .bbl extension. The next time you typeset the document, LaTeX or pdfLaTeX includes the .bbl file in the document. The bibliography list is formatted according to the BibTeX bibliography style, which you can change. The formatter also creates the cross-references for the citations in the body of the document and formats the citations according to the typesetting specifications.
Follow these instructions to create a BibTeX bibliography.
BibTeX bibliographies are generated from databases of bibliographic items in BibTeX form. Several sample databases are provided with the program; you can add others. The databases have a .bib file extension and are located in the \TCITeX\bibtex\bib subdirectory or one of its subdirectories.
Each record in a BibTeX database contains the information necessary to create a bibliographic entry in a document. The records are stored in a logical format with no formatting information. The bibliography style files, which have the extension .bst, are stored by default in the TCITeX\bibtex\bst subdirectory or one of its subdirectories. You can specify a different directory for .bib and .bst files if you prefer. However, changing the directory affects your program installation as a whole. We recommend that the directory locations remain unchanged.
Here we see the supplied utility BibDB being used to add bibliographic data to the camel database.
The program inserts a grey box like this in your document:
or
Select the key directly from a database:
This document can be seen at demobibliography.pdf .
If you add the authordate1-4, chicago, or harvard package to your document,
you can create author/date citations for BibTeX bibliographies:
This document can be seen at demobibliography2.pdf .
Why not download the free 30-day demo of Scientific Word or WorkPlace, and see for yourself how easy it is to create professional typeset bibliographies using BibTeX?
For further information on how to make the most of Scientific Word, Scientific WorkPlace and Scientific Notebook, please visit our "How To" pages.