\chapter{Bib\TeX\ Entries}
\label{bibrefs}
The following shows the fields required in all types of Bib\TeX\ entries.
Fields with {\tt OPT} prefixed are optional (the three letters {\tt OPT} should 
not be used).  If an optional field is not used, then the entire field can be deleted.

{\tt
\singlespace
\begin{verbatim}

@Unpublished{,                            @Manual{,
  author =      "",                         title =           "",
  title =       "",                         OPTauthor =       "",
  note =        "",                         OPTorganization = "",
  OPTyear =     "",                         OPTaddress =      "",
  OPTmonth =    ""                          OPTedition =      "",
}                                           OPTyear =         "",
                                            OPTmonth =        "",
@TechReport{,                               OPTnote =         "" 
  author =      "",                       }
  title =       "",
  institution = "",                       @InProceedings{,
  year =        "",                         author =          "",
  OPTtype =     "",                         title =           "",
  OPTnumber =   "",                         booktitle =       "",
  OPTaddress =  "",                         year =            "",
  OPTmonth =    "",                         OPTeditor =       "",
  OPTnote =     ""                          OPTpages =        "",
}                                           OPTorganization = "",
                                            OPTpublisher =    "",
@Proceedings{,                              OPTaddress =      "",
  title =           "",                     OPTmonth =        "",
  year =            "",                     OPTnote =         "" 
  OPTeditor =       "",                   }
  OPTpublisher =    "",
  OPTorganization = "",
  OPTaddress =      "",
  OPTmonth =        "",
  OPTnote =         "" 
}



@PhDThesis{,                              @InCollection{,
  author =      "",                         author =          "",
  title =       "",                         title =           "",
  school =      "",                         booktitle =       "",
  year =        "",                         publisher =       "",
  OPTaddress =  "",                         year =            "",
  OPTmonth =    "",                         OPTeditor =       "",
  OPTnote =     ""                          OPTchapter =      "",
}                                           OPTpages =        "",
                                            OPTaddress =      "",
                                            OPTmonth =        "",
                                            OPTnote =         ""
                                          }

 
@Misc{,                                   @InCollection{,
  OPTauthor =       "",                     author =          "",
  OPTtitle =        "",                     title =           "",
  OPThowpublished = "",                     chapter =         "",
  OPTyear =         "",                     publisher =       "",
  OPTmonth =        "",                     year =            "",
  OPTnote =         ""                      OPTeditor =       "",
}                                           OPTpages =        "",
}                                           OPTvolume =       "",
                                            OPTseries =       "",
                                            OPTaddress =      "",
                                            OPTedition =      "",
                                            OPTmonth =        "",
                                            OPTnote =         ""
                                          }

@MastersThesis{,                          @Article{,
  author =      "",                         author =          "",
  title =       "",                         title =           "",
  school =      "",                         journal =         "",
  year =        "",                         year =            "",
  OPTaddress =  "",                         OPTvolume =       "",
  OPTmonth =    "",                         OPTnumber =       "",
  OPTnote =     ""                          OPTpages =        "",
}                                           OPTmonth =        "",
                                            OPTnote =         ""
                                           }\end{verbatim} }
