Merge branch 'latex/initial-template' into latex/57-feat-add-dynamic-page-style-for-chapter-page

This commit is contained in:
nuluh
2025-05-11 22:15:40 +07:00

View File

@@ -6,7 +6,7 @@
\DeclareOption{draftmark}{\@draftmarktrue}
\ProcessOptions \relax
\LoadClass[a4paper,12pt]{report}
\LoadClass[a4paper,12pt,oneside]{book}
% Load common packages
\RequirePackage{fontspec}
@@ -115,7 +115,7 @@
% Table of Contents (TOC) Title styling
\renewcommand{\contentsname}{DAFTAR ISI}
\renewcommand{\cfttoctitlefont}{\bfseries\MakeUppercase}
\renewcommand{\cftaftertoctitle}{\hfill\hfill} % https://tex.stackexchange.com/a/255699/394075
\renewcommand{\cftaftertoctitle}{\hfill} % https://tex.stackexchange.com/a/255699/394075
% \renewcommand{\cftaftertoctitle}{\vskip 2em}
% Frontmatter Macro (Toggle TOC Inclusion)