%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Main document template code for TAMU Theses and
% Dissertations starting Spring 2020.
%
% Author: Kyle R. Wodzicki
% Version: 0.20.01
% Updated: 16 Jun. 2020
% Better matches the Spring 2020 OGAPS template
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The tamu_thesis class has the following options:
% 11pt or 12pt - This sets the size of the
% text for the document. Use 12pt unless
% you have approval from OGAPS to use
% 11pt.
% thesis - Add this option to set document type to Thesis.
% Default is Dissertation
% phd - Add this option to set degree to DOCTOR OF PHILOSOPHY.
% Defuault is MASTER OF SCIENCE
% onehalfspacing - Changes spacing to 1.5
% spacing. The default is to use double
% spacing. Do NOT use this option unless
% you have approval from OGPAS.
% arial - Changes the font of the document to
% Arial. The default font is Times New Roman.
% binding - Changes the left margin to be 1.4
% inches for binding purposes (recommended
% in the thesis manual). The default is to
% use 1 inch margins on all sides.
% chapref - Will generate a references section
% for each chapter of the document. The
% default is to have References chapter
% after the main chapters of the document.
% natbib - Will load the natbib package that is
% required for some bibliography styles. If
% you don't know what natbib is, you probably
% don't need it.
% draft - Enables draft mode. This will speed up
% compiling of document by disabling hyper-
% references and inserting wire frames where
% images/figures should be.
% acroall - Enables display of all nomenclature
% (acronyms) defined in the nomenclature.tex
% file. Default is to display only those
% acronyms that have been used in an \ac{}
% command.
% acrohover - Enable full acronym definition
% pop-ups when hovering over an acronym in the
% text. Default is to NOT show full definition
% when hovering. May not work in Preview on Mac.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,thesis,acroall]{tamu_thesis} % Load the tamu_thesis document class
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Load extra packages here %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{multirow} % Multirow package for tables
\usepackage{footnote} % Package for the savenotes command
\usepackage{amsthm} % AMS package for theorems
\usepackage{url} % Load the url package
%\usepackage{showframe} % Show frame for margins for debugging
\usepackage[hidelinks]{hyperref}% DO NOT TOUCH THIS!!! hyperref with links hidden
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Set path to the figures and figure extensions %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{ {./graphic/},{./figures/} } % Locations of figures
\DeclareGraphicsExtensions{.eps,.pdf,.png,.PNG,.jpg} % Figure extensions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Define custom commands for easier typing %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\mmday}{mm day$^{-1}$} % Command for mm day^-1 units
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Set information for title page. %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Delete or comment out tags that are NOT needed
\Title{The Title of Your Thesis or Dissertation Goes In This Space To Let Us Know What Your Document is About}
\FullName{Aggie D. Student} % Enter full name
\Chair{Chair Name} % Enter name of committee chair
%\CoChair{Co-Chair Name} % Enter name of committee co-chair
\MemberOne{Committee Member 1} % Name of first committee member
\MemberTwo{Committee Member 2} % Name of second committee member
\MemberThree{Committee Member 3} % Name of third committee member
%\MemberFour{Committee Member 4} % Name of fourth committee member
\DeptHead{Head of Department} % Enter name of department head
\GradMonth{May} % Enter graduation month
\GradYear{2020} % Enter graduation year
\Dept{Mathematics} % Enter department name
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Set bibliography file and bibliography style %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibFile{myReference} % Set the bibliography file to use
\bibStyle{ieeetr} % Set the bibliography style to use
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Beginning of the document %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle% DO NOT TOUCH THIS!!!
% Be sure to include all TeX files to be used in your document!
\include{./Data/abstract} % Include the abstract.tex file
\include{./Data/dedication} % Include the dedication file
\include{./Data/acknowledgements} % Include the acknowledgements file
\include{./Data/contributors} % Include the contributors file
\makeNomenclature % Generate nomenclature. NOT REQUIRED
\makeToC% DO NOT TOUCH THIS!!!
% Include all chapters/sections of the thesis.
% DO NOT INCLUDE THE .tex EXTENSION IN THE FILE PATHS!!!!!
\include{./Data/Section1} % Include the Section1.tex file
\include{./Data/Section1b} % Include the Section1.tex file
\include{./Data/Section2} % Include the Section2.tex file
\include{./Data/Section3} % Include the Section3.tex file
\include{./Data/Section4} % Include the Section4.tex file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Generate the Bibliography DO NOT TOUCH THIS!!!
\makebibliography
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Include appendices.
% MUST BE IN APPENDICES ENVIRONMENT!!!
\begin{appendices}
\include{./Data/appendix1} % Include the appendix1.tex file
\include{./Data/appendix2} % Include the appendix2.tex file
\end{appendices}
\end{document}

PDF Preview
Create an account to compile and preview