
\documentclass [PhD] {umbthes}
% need below to get toc, lof, and lot to be hacked the way they want
\nofiles
% Here is the line for .toc
%\contentsline {chapter} {CHAPTER \hskip 4.5in PAGE}{}
% Here is the line for lof
%\contentsline {chapter} {FIGURE \hskip 4.7in PAGE} {}
% Here is the line for lot
%\contentsline {chapter} {TABLES \hskip 4.7in PAGE} {}

\input {../other/packages}
\input {../other/mymacros}                         % personal LaTeX macros

%\input {prelim}                           % preliminary page info
\input{goodprelim}


\begin {document}
% this is the front of my thesis

\makeintropages

%%% Take this out later
%\begin{center}
%    \large{\textbf{\textsc{{An Introduction of and Uses for the Generalized Barth\'{e}lemy-Monjardet distance} \\
%    \today}}}
%\end{center}



%obviously here are the chapters
% Chap 1: Introduction
\input {../Chapters/chintro/intro.tex}

% Chap 2: Partition
\input {../Chapters/chpart/part.tex}

% Chap 3: Entropy
\input {../Chapters/chent/ent.tex}

% Chap 4: Distance
\input {../Chapters/chdist/dist.tex}

% Chap 5: Discretization
\input {../Chapters/chdisc/disc.tex}

% Chap 6: Discretization Results
%       may need to move stuff from Chap 3
\input {../Chapters/chdiscresults/discresults.tex}

% Chap 7: Discretization Theorems
\input {../Chapters/chdisctheory/disctheory.tex}

% Chap 8: Discretization Implementation
\input {../Chapters/chdiscimp/discimp.tex}

% start of stuff about features and relevancy
% Chap 9:
\input {../Chapters/chclust/clustintro.tex}

% our paper about relevancy
% Chap 10
\input {../Chapters/chclust/clustmain.tex}

% Chap 11: results of clustering
\input {../Chapters/chclust/clustresults.tex}

% Chap 12: clustering -- theory
\input {../Chapters/chclust/clusttheory.tex}

% Chap 13: clustering -- coding
\input {../Chapters/chclust/clustcode.tex}

% Chap 14: clustering -- large number of attributes
% included in Chapter on clustering
%\input {../Chapters/chclust/clustlarge.tex}

% Chap 15: conclusion
\input {../Chapters/chcon/conch.tex}



% talk about ring technique
% Chap 15: ring intro
%\input {../Chapters/chring/ringintro.tex}

% Chap 16: future
%\input {../Chapters/chfuture/future.tex}

% Appendices
%\input {../Appendices/appA.tex}
%\input {../OTHER/terms.tex}

% and here is the bibliography
%\bibliography {bib/network,bib/naming}    % bibliography references
%\bibliography {Thesis/Thesis/BIB/db, DB, ../Initial/DB.BIB, ../BIB/db,  db}
\bibliographystyle {umbthes}
\bibliography {db,../BIB/db}

\end {document}

