Skip to content

Instantly share code, notes, and snippets.

@michaelbarton
Created September 14, 2009 15:51
Show Gist options
  • Save michaelbarton/186738 to your computer and use it in GitHub Desktop.
Save michaelbarton/186738 to your computer and use it in GitHub Desktop.
\documentclass[12pt,PhD]{muthesis}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{url} % typeset URL's reasonably
\usepackage{listings}
\usepackage{phdthesis}
\usepackage{rotating}
\usepackage{subfig}
\usepackage{psfrag}
\usepackage{varioref}
\usepackage{appendix}
\usepackage{booktabs}
\usepackage{array}
\begin{document}
\title{Insert Thesis Title}
\author{Insert your name}
\principaladviser{Advisor name} % This doesn't seem to appear in the document though
\beforeabstract
\prefacesection{Abstract}
\input{name_of_abstract_tex_file}
\afterabstract
\prefacesection{Acknowledgements}
I would like to thank
\afterpreface
\chapter{Chapter title}
\input{name_of_chapter_file}
% I prefer keep each chapter in a separate file.
% Repeat these two lines to add more chapters
\bibliography{name_bibliography_file}
\bibliographystyle{plain}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment