dissertation-template/dissertation-style/front-matter.tex
Spencer Nicholas Whitehead 9be0bada4c Template v1
2026-08-24 22:58:09 -04:00

146 lines
2.1 KiB
TeX

\frontmatter
\pagestyle{empty}
% TITLE
\begin{titlepage}
\begin{center}
\vspace*{1cm}
\dissertationtitle
\vspace{1cm}
by
\vspace{1cm}
\fullname
\vspace{1cm}
\department \\
\university
Defense Date: \defensemonth\ \defenseday, \defenseyear
\vspace{1cm}
Approved:
\vspace{1cm}
\underline{Dissertation Advisor} \\
\advisor
\printlist{\committeelist}
\vfill
Dissertation submitted in partial fulfillment of the degree requirements for the degree of \degree\ in the \department\ in the Graduate School of \university \\
\defenseyear
\end{center}
\end{titlepage}
% abstract title
\begin{center}
ABSTRACT
\vspace*{1cm}
\dissertationtitle
\vspace{1cm}
by
\vspace{1cm}
\fullname
\vspace{1cm}
\department \\
\university
Defense Date: \defensemonth\ \defenseday, \defenseyear
\vspace{1cm}
Approved:
\vspace{1cm}
\underline{Dissertation Advisor} \\
\advisor
\printlist{\committeelist}
\vfill
An abstract of a dissertation submitted in partial fulfillment of the degree requirements for the degree of \degree\ in the \department\ in the Graduate School of \university \\
\defenseyear
\end{center}
\newpage
% COPYRIGHT
\vspace*{\fill}
\begin{center}
Copyright by\\
\fullname\\
\defenseyear
\end{center}
\clearpage
% ABSTRACT
\pagestyle{plain}
\pagenumbering{roman}
\begin{abstract}
\input{front-matter/abstract.tex}
\end{abstract}
\setcounter{page}{4}
\addcontentsline{toc}{chapter}{Abstract}
% DEDICATION
\ifdedication
\newpage
\input{front-matter/dedication.tex}
\fi
% TABLE OF CONTENTS
\newpage
\tableofcontents
% LIST OF TABLES
\iftables
\newpage
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
\fi
% LIST OF FIGURES
\iffigures
\newpage
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\fi
%SYMBOLS
\ifsymbols
\newpage
\printunsrtglossary[type=symbols,style=long,title={List of Symbols}]
\addcontentsline{toc}{chapter}{List of Symbols}
\fi
% ACKNOWLEDGEMENTS
\ifacknowledgements
\newpage
\input{front-matter/acknowledgements.tex}
\addcontentsline{toc}{chapter}{Acknowledgements}
\fi
\clearpage
%\thispagestyle{empty}
\pagebreak
\pagenumbering{arabic}