14 lines
390 B
TeX
14 lines
390 B
TeX
% document details
|
|
\def\docTitle{Dissertation Template}
|
|
\def\docAuthor{Author \textsc{Student}}
|
|
\def\docSupervisor{Prof. \textsc{Supervisor}}
|
|
\def\docDate{October 2020}
|
|
|
|
% colors
|
|
\def\textColor{\color[HTML]{050505}}
|
|
\def\secTextColor{\color[HTML]{505050}}
|
|
\def\titleColor{\color[HTML]{356EC4}}
|
|
|
|
% math symbols
|
|
\newcommand{\myMatrix}{\ensuremath{M}}
|
|
\newcommand{\ratioA}{\ensuremath{\alpha}} |