Code: Select all
\documentclass[12pt]{report}
\usepackage{urcsthesisLK}
\usepackage[super,sort&compress]{natbib}
\usepackage{chapterbib}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{wrapfig}
\usepackage{esvect}
\begin{document}
\include{Thesis_opening}
\tableofcontents
\listoftables
\listoffigures
\include{Thesis_chapter1}
\include{Thesis_chapter2}
\include{Thesis_chapter3}
\end{document}
Code: Select all
\begin{figure}
\begin{center}
\includegraphics[scale=0.45]{SWNTnm.jpg}
\caption{All SWNTs are defined by the parameters n and m. These parameters are defined as the magnitude of the chiral vector, \vec{C$_h$}, along the vectors \vec{a$_1$} and \vec{a$_2$} where m is the magnitude along \vec{a$_1$} and n is the magnitude along \vec{a$_2$}. \label{fig:SWNTnm} }
\end{center}
\end{figure}
Please let me know what other information you will need from me. I am sorry if I have not included something obviously important.
Thanks!