URL
https://opencores.org/ocsvn/phr/phr/trunk
Subversion Repositories phr
[/] [phr/] [trunk/] [doc/] [informe-tesis/] [template/] [Ucalgary/] [ucalgthes1_root_0.tex] - Rev 21
Go to most recent revision | Compare with Previous | Blame | View Log
%% 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}
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[RO,LE]{\thepage}
%Define other usepackages here
\usepackage{hyperref}
\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}{1}
\chapter*{UNIVERSITY OF CALGARY \\ FACULTY OF GRADUATE STUDIES}
\thispagestyle{empty}
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.\\
%
% 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}
%
\newpage
\phantomsection
\altchapter{Abstract}
Paragraph 1
Paragraph 2
Paragragh 3
\newpage
\phantomsection
\altchapter{Acknowledgements}
Paragraph 1
Paragraph 2
Paragraph 3
\begin{singlespace}
\newpage
\phantomsection
\tableofcontents
\pagestyle{plain}
\newpage
\phantomsection
\listoftables
\pagestyle{plain}
\newpage
\phantomsection
\listoffigures
\pagestyle{plain}
\clearpage
\end{singlespace}
\clearpage % otherwise tables will be numbered wrong
\pagenumbering{arabic}
\include{chapter1}
%\include{chapter2}
%\include{chapter3}
%\include{chapter4}
%\include{chapter5}
\appendix
\include{appendix1}
\end{document}
Go to most recent revision | Compare with Previous | Blame | View Log
