%% Modified documentstyle to documentclass -- compatibility with LaTex2e
%% N. Mancell (98/03/01).

%%  ucalgthes_root.tex        (NM 98/03/01)
%   Modified   92-09-18      Add references to dissertation        D. Teale
%                            Add approval page to toc
%                            Add ref to Title Degree on approval page
%   Modified  2006-09-12     Added geometry package to set up UofC thesis margins
%                            Removed includeprompt option N. Mancell               
%
\documentclass{ucalgthes1}   
\usepackage[letterpaper,top=1in, bottom=1.22in, left=1.40in, right=0.850in]{geometry}
\usepackage{fancyhdr}
%Define other usepackages here
\title{Title of Thesis \\ \bigskip Second ThesisTitle Line }
%
%            Insert the correct information between the {}
%
\author{Student's name}
\thesisyear{year}
\thesis{thesis}    % the word dissertation can be inserted between {}
\newcommand{\thesistitle}{Title of Thesis}
\monthname{monthname}
\dept{NAME OF DEPARTMENT}
\degree{NAME OF DEGREE IN FULL}
%
%                    End of supplied information
%
\begin{document}
\makethesistitle
\pagenumbering{roman}     % resets page counter to one
\setcounter{page}{2}
\altchapter[Approval Page]{UNIVERSITY OF CALGARY \\ FACULTY OF GRADUATE STUDIES}
\pagestyle{plain}
\begin{singlespace}The undersigned certify that they have read, and recommend
to the Faculty of Graduate Studies for acceptance, a \Thesis\ entitled
``\thesistitle'' submitted by \Author\
in partial fulfillment of the requirements for the degree of
\Degree.\\
\end{singlespace}
%
%                 Substitute  List of Examiners
%
\begin{signing}{Department of Academic Computing}
\signline
Chairman, Dr.~John D.~Doe \\
Department of Academic Computing \\
Services  \\
\signline
Chairman, Dr.~John D.~Doe \\
Department of Academic Computing \\
Services  \\
\signline
Chairman, Dr.~John D.~Doe \\
Department of Academic Computing \\
Services  \\
\signline
Chairman, Dr.~John D.~Doe \\
Department of Academic Computing \\
Services  \\
%\newsigncolumn         use this command to start a new column if necessary
\newsigncolumn
\signline
Chairman, Dr.~John D.~Doe \\
Department of Academic Computing \\
Services  \\
\signline
Dr.~Jane Smith \\
Department of Academic Computing  \\

\signline
Dr.~A.~B.~Brown \\
Department of Academic Computing  \\
\end{signing}
%
\altchapter{Abstract} 
Paragraph 1

Paragraph 2

Paragragh 3
\altchapter{Acknowledgements}
Paragraph 1

Paragraph 2

Paragraph 3

\begin{singlespace}
\tableofcontents
\listoftables
\listoffigures
\end{singlespace}
\clearpage 
               % otherwise tables will be numbered wrong
\pagenumbering{arabic}
\include{chapter1}
%\include{chapter2}
%\include{chapter3}
%\include{chapter4}
%\include{chapter5}
%include{appendix1}
\end{document}
