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

53 lines
1.9 KiB
TeX

%% ========================================================================
%% DISSERTATION METADATA -- FILL IN ALL FIELDS BELOW
%% ========================================================================
% Title should be in Title Case; capitalize the first letter of words
% other than articles, coordinating conjunctions, or prepositions of
% no more than 4 letters.
\def\dissertationtitle{%% FILL IN: Your Dissertation Title}
\def\fullname{%% FILL IN: Your Full Name}
\def\defenseyear{%% FILL IN: 2027}
\def\defensemonth{%% FILL IN: March}
\def\defenseday{%% FILL IN: 31}
\def\advisor{%% FILL IN: Advisor Name}
\def\biblatexfile{bibliography} % the name of your .bib file (without extension)
% Institution settings -- change if not Duke Mathematics
\def\university{Duke University}
\def\department{Department of Mathematics}
\def\degree{Doctor of Philosophy}
%
% OPTIONAL PAGE VARIABLES
%
% Set the following variables to TRUE if your dissertation requires any
% of the following optional pages. Set to FALSE (or comment out) to disable.
% A dedication should be defined in dedication.tex at the top level
\dedicationtrue%
%\tablestrue % Enable if you have tables
%\figurestrue % Enable if you have figures
\symbolstrue% % Enable if you use the list of symbols
\acknowledgementstrue%
%\appendixtrue % Enable if you have appendices
% Committee members (add/remove lines as needed)
\listadd{\committeelist}{%% FILL IN: Committee Member 1}
\listadd{\committeelist}{%% FILL IN: Committee Member 2}
\listadd{\committeelist}{%% FILL IN: Committee Member 3}
%
% SYMBOL DEFINITIONS
%
\ifsymbols%
\newcommand{\nomname}{List of Symbols}
% Define your symbols as follows; one \glsxtrnewsymbol line for each symbol.
% Use ensuremath for math-mode and provide a unique slug (like 'SU2') for each symbol.
% Example:
% \glsxtrnewsymbol[description={the group of $2 \times 2$ unitary matrices with determinant 1}]{SU2}{\ensuremath{\mathrm{SU}(2)}}
\fi