UMaine Thesis

UMaine Thesis LaTeX template.

Category

thesis

License

Free to use (MIT)

File

Main.tex

Main.texRead-only preview
\documentclass{maine-thesis}  % Default options 12pt and final copy
\usepackage{amsthm, amssymb, amsmath}
\usepackage{mathtools}
\usepackage{indentfirst}
\usepackage{array}
\usepackage{graphicx}
\usepackage{caption}
\usepackage[left=1.5in, top = 1in, right = 1in, bottom=1in]{geometry}
\usepackage{multicol}
\usepackage{url}
\usepackage{hyperref}
\usepackage{natbib}
\usepackage{etoolbox}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Preamble definitions and general formatting
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
    T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}

\setlength\parindent{20pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% Replace contents of {...} with your own information.
\title{TITLE FOR GRADUATE THESIS \LaTeX TEMPLATE \protect\\ IS IN ALL CAPS WITH DOWNWARD  \protect\\ INVERTED TRIANGLE}					% Title of thesis
\author{You The Student}					% Author's name: First Middle Last
\degreesheld{Previous Degrees Earned}			% Previously earned degree(s), institution(s) and year(s).  
\degree{Degree Level}  				% Degree to be granted
\program{Department Name}				% Degree granting department or program
\submitdate{Month YYYY}				% Month and year of graduation (do not separate with a comma)

\principaladvisor{Principal Advisor, Professor of Discipline} 			% Advisors name, title
% If you have more than one advisor then you'll also need the following command, otherwise comment out or delete it
% \secondadvisor{...}

% Include all committee members names and titles
\firstreader{Committee Member 1, Title}        
\secondreader{Committee Member 2, Title}
% If necessary (i.e. for a doctorate), include extra committee members.  Else, comment out or delete any that are unnecessary
% \thirdreader{...}
% \fourthreader{...}
% \fifthreader{...}

\principalshort{Advisor's Last Name} 			% Shortened advisor name for abstract.  See guidelines for example.
								 
% If the thesis has MORE than one appendix, leave the following command in.  Else, comment it out.
\multipleappendicestrue 

% Begin the document.
\begin{document}
\preliminary
\titlepage

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{Front}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Main text of the thesis.  Use of the `\input' command will make later editing much easier.

\include{Ch1}				
\include{Ch2}				
%\include{Ch3}				
%\include{Ch4}


%%%%%%%%%%%%%%%%%%%%%%% References and Appendices %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Inserts and formats the reference section.

% Bibliography files are included here.  Separate with a comma if more than one
\addcontentsline{toc}{chapter}{REFERENCES}

% The included .sty file is the American Geophysical Union format. Most organizations have a .sty file from their website
\bibliographystyle{agufull08} 		

% Set single space bib entries and double space between entries
\begingroup
\setlength{\bibsep}{12pt}
\linespread{1}\selectfont 
% Create a Master Reference list. Only those cited will show up in the references
\bibliography{MasterRef}
\endgroup

\appendix					% Include this before any appendices.
\include{AppA}				% First appendix.
%\include{AppB}				% Second appendix, etc.

\include{Biography}

\end{document}
Preview
UMaine Thesis preview
UMaine Thesis LaTeX Template | Bibby | Bibby AI