% Created:      Date
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\chapter{Your Research Chapter}\label{ch-work}
\minitoc
\onehalfspace%
%\doublespace%
Perhaps a brief introduction to the chapter. Even if you have introduced it in the introduction chapter, just to
remind the examiner what's going on. Address WHAT was studied and WHY you want to study it, re-iterate what is
in the introduction.

%====================================================================================================================
\section{Section Name}
\subsection{Subsection 1}\label{subsect-2}%
\subsubsection{Sub-Subsection}
This is what I did blah blah.

Here are some references for no apparent reason \cite{ref2, ref3}. Oh, here is a cross-reference for the sake of
it, see Chapter~\ref{ch-review}. Perhaps take a look at Section~\ref{subsect-1} while you're there. Note that I
always use the tilde between the reference type and the ref command so that the number and the word do not get
split up over a line by Latex.

I've also put a random image from my thesis just for completion (Fig.~\ref{fig-xtrim}). I tended to keep my
images in sub-folders so that the main thesis folder did not get cluttered.

\begin{figure}
\centering
{\resizebox{10cm}{!}{{\includegraphics{bremsstrahlung.ps}}}} %
\caption{This is a random plot from the PhD thesis of Matthew D.
H. Lay \cite{2006-lay-thesis}.}
\label{fig-xtrim}% Note the % comments are here to prevent WinEdt from wrapping the lines over
\end{figure}

%====================================================================================================================
\section{Another Section}
Eq.~\ref{eq-blah} doesn't mean much. It just shows how to align your equal signs along with other math syntax:
\begin{equation}
\begin{split}
f =& \frac{\hbar}{2}\left(x_{a} + x_{bc} ~sin(\Omega t) +\phi\right)^2 \\
\text{let}~\alpha = x_{a} +\phi \\
\Rightarrow f =& \frac{\hbar}{2}\left\{\alpha^2 + 2\alpha x_{bc} ~sin(\Omega t) + x_{bc}^2~sin^2(\Omega t)\right\} \\
  =& \frac{\hbar}{2}\left\{\alpha^2 + 2\alpha x_{bc} ~sin(\Omega t)
  + \frac{1}{2}x_{bc}^2[1 - cos(2\Omega t)]\right\} \\
  =& \frac{\hbar}{2}\left\{\alpha^2 + \frac{1}{2}x_{bc}^2 +2\alpha x_{bc}~sin(\Omega t)
  -\frac{1}{2}x_{bc}^2~cos(2\Omega t) \right\}
\label{eq-blah}%
\end{split}
\end{equation}
\\

%---------------------------------------------------------------------------------------------------------------------
\newpage
\subsection{A subsection}
OK i'm trying to fill this space so I can make another page so that you can see what the fancy headers look
like.


\singlespacing
\bibliographystyle{unsrt}
\bibliography{bib1,bib2}
