% Sample University of Calgary Thesis
% This file contains CHAPTER ONE

\chapter{Introduction}

\epigraph{Lorem ipsum dolor sit amet,
consectetuer adipiscing elit.}{Anonymous}

The text above is an \emph{epigraph}. In this typeface, you can have
text in \textbf{boldface}, \emph{italics}, \textbf{\emph{bold
    italics}}, \textsl{slanted}, and \textsc{Small Caps}.

\section{Literature Review}

\blindtext\pagenote{\blindtext}

\blindtext[2]

\begin{defn}
A group~$G$ is said to be \emph{abelian} (or \emph{commutative}) if
for every $a, b \in G$, $a \cdot b = b \cdot a$.
\end{defn}

\blindtext[2]

\section{Contributions of the Thesis}

\blindtext[3]

\begin{table}
  \begin{center}
  \begin{tabular}{c|c}
    A & B \\
    \hline
    1 & 2
  \end{tabular}
  \end{center}
  \caption{Letters and numbers}
\end{table}

\blindtext[3]
