I met a problem when using this file. Unlike other thesis, my dissertation have no table and no figures. So when I use your format, I comment those lines dealing with tables and figures. For example, my dis.tex is like the following:
==============================================
\include{abstract}
%\dedicationpage{}
\include{ack}
\tableofcontents
% This puts the word "Page" right justified above everything else.
addtocontents{toc}{~\hfill Page\par}
% Asking LaTeX for a new page here guarantees that the LOF is on a separate page
% after the TOC ends.
%\newpage
% Making the LOT and LOF "parts" rather than chapters gets them indented at
% level -1 according to the chart: top of page 4 of the document at
%\addcontentsline{toc}{part}{LIST OF TABLES}
%\renewcommand{\cftlabel}{Table}
%\listoftables
% This gets the headers for the LOT right on the first page. Subsequent pages
% are handled by the fancyhdr code in the asudis.sty file.
%\addtocontents{lot}{Table~\hfill Page \par}
%\newpage
%\addcontentsline{toc}{part}{LIST OF FIGURES}
%\addtocontents{toc}{CHAPTER \par}
%\renewcommand{\cftlabel}{Figure}
%\listoffigures
% This gets the headers for the LOF right on the first page. Subsequent pages
% are handled by the fancyhdr code in the asudis.sty file.
\addtocontents{lof}{Figure~\hfill Page \par}
==================================================================
After I run the latex file, my Table of contents page shows the following format
The Page is sitting at the middle of chapter 1 and chapter 2. And there is nothing I can do with that.