22 lines
855 B
TeX
22 lines
855 B
TeX
%% The title of Thesis
|
|
\newcommand{\thesisTitle}{How to make a thesis following the guideline with more text to have two lines}
|
|
%% Number of Volume, if more than one
|
|
%% not sure how it works out with latex tbh
|
|
\newcommand{\numberVolume}{2}
|
|
%% The number of this volume
|
|
\newcommand{\actualVolume}{1}
|
|
%% The author's name (you)
|
|
\newcommand{\authorName}{A Good Name}
|
|
%% Distinctions/Qualifications if desired
|
|
\newcommand{\distinction}{The awesome}
|
|
%% The qualification
|
|
\newcommand{\degreeQualification}{Doctor of Philosophy}
|
|
%% The institution
|
|
\newcommand{\institution}{Some weird institute no one ever heard about}
|
|
%% The school
|
|
\newcommand{\school}{School of Latex and Writing}
|
|
\newcommand{\university}{Heriot-Watt University}
|
|
%% Month of submission
|
|
\newcommand{\monthDate}{September}
|
|
%% Year of submission
|
|
\newcommand{\yearDate}{2042} |