BibTeX Usage


Table of Contents

Latex Bibliography 
Intro 
Declaration 
Citation 
Compilation 
cite the bibliography with page# 
All BIBTEX references in document 
Getting caps in a bibliography 
URL in bibliographic references 
URL in bibliographic references 
Author entry 
Add Bibliography to toc 
Chicago style solution 
Chicago style solution 
BibTeX citation: [Author_Lastname Year] 
BibTeX citation: [Author_Lastname Year] 
BibTeX citation: [Author_Lastname Year] 
BibTeX citation: [Author_Lastname Year] 
sty:chicagoa 
Usage 
Source 
Installation 
Comments 
achicago bibstyle 
Usage 
Source 
Comments 
Version 

Latex Bibliography 

Intro 

The bib file contains the bibliographic database, which could extend beyond one document.

*References*: [ASI] s3, p30.

Declaration 

At the end of your source file (where you want the bibliography to appear),

\bibliography{mybib,urls,general}

*References*: [ASI] s3.3, p40.

Citation 

To cite particular references, the LATEX command is "\cite{label [, … ]}, where label is what we put in our bib file entry.

Compilation 

The bibtex program that you apply to your source creates another file (which you need not examine), from which a second latex compilation causes the bibliography to be created. The execution looks like this:

latex myfile
bibtex myfile
latex myfile
[Note]

be sure no .tex extension is used, esp. the second time!

*References*: [ASI] s3, p30.

cite the bibliography with page# 

\footnote{In the text book, the dataset is used for Naive Bayes learning algorithm which is described in Table 6.2

documented on: 2000.11.19