; July 2012 | Michael Ian Lapsley

Notes on using the Latex PhD thesis template

Later I will add the getting started details. % It took me a while to get figures into the document. Tiff images cannot be used. Do not use spaces in the figure name. Here is the syntax: %%% \begin{figure}[htb] \centering \includegraphics[width = 5.8in]{Chapter-2/Figures/Figure_2-1.png} \caption{caption text.} \label{ChX-figure: FigureLabel} \end{figure} %%% % % I had to add:...