refactor(latex): refactor metadata commands for thesis information and load from external file to implement reusability
This commit is contained in:
@@ -27,13 +27,7 @@
|
||||
\setmonofont{Courier New}
|
||||
|
||||
% Metadata commands
|
||||
\newcommand{\studentname}{}
|
||||
\newcommand{\studentid}{}
|
||||
\newcommand{\thesistitle}{}
|
||||
\newcommand{\faculty}{}
|
||||
\newcommand{\program}{}
|
||||
\newcommand{\university}{}
|
||||
\newcommand{\yearofsubmission}{}
|
||||
\input{metadata} % Load metadata from external file
|
||||
|
||||
\newcommand{\setthesisinfo}[7]{%
|
||||
\renewcommand{\thesistitle}{#1}%
|
||||
|
||||
Reference in New Issue
Block a user