fix(latex): ensure TOC and references respect custom numbering by redefining \thechapter to preserve the roman in TOC
This commit is contained in:
@@ -83,6 +83,9 @@
|
||||
\renewcommand{\cftchapleader}{\normalfont\cftdotfill{\cftsecdotsep}}
|
||||
\renewcommand{\cftchappagefont}{\normalfont}
|
||||
|
||||
% Ensure TOC and References Respect Custom Numbering
|
||||
\renewcommand{\thechapter}{chapter.\Roman{chapter}}
|
||||
|
||||
% Table of Contents (TOC) Title styling
|
||||
\renewcommand{\contentsname}{DAFTAR ISI}
|
||||
\renewcommand{\cfttoctitlefont}{\bfseries\MakeUppercase}
|
||||
|
||||
Reference in New Issue
Block a user