refactor(latex): refactor metadata commands for thesis information and load from external file to implement reusability

This commit is contained in:
nuluh
2025-05-11 01:08:49 +07:00
parent 792ed64027
commit 6c0fb67b86
2 changed files with 8 additions and 7 deletions

View File

@@ -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}%