feat(latex): add frontmatter macros for frontmatters pages (endorsement, originality, approval, acknowledgement etc.)

This commit is contained in:
nuluh
2025-05-10 17:17:51 +07:00
parent 6b866b9ed5
commit d13dfdc34e
3 changed files with 13 additions and 0 deletions

View File

@@ -90,6 +90,19 @@
\setcounter{page}{1} % Start chapter 1 at page 1
}
% Frontmatter Macro (Toggle TOC Inclusion)
\newcommand{\frontmattersection}[3]{%
\begin{titlepage}
\centering
\ifstrequal{#1}{toc}{\section*{#2}\addcontentsline{toc}{section}{#2}}{\section*{#2}}%
\input{frontmatter/#3}
\end{titlepage}
\clearpage
}
% Wrapper Command for Each Page
\newcommand{\endorsementpage}[1]{\frontmattersection{#1}{Pengesahan}{endorsement}}
\newcommand{\originalitystatement}[1]{\frontmattersection{#1}{Pernyataan Keaslian}{originality}}
\endinput