fix(latex): remove accidental prefix 'chapter' string in TOC and fix the section numbering to keep using chapter's counter in arabic instead of inherited in roman
This commit is contained in:
@@ -84,7 +84,9 @@
|
|||||||
\renewcommand{\cftchappagefont}{\normalfont}
|
\renewcommand{\cftchappagefont}{\normalfont}
|
||||||
|
|
||||||
% Ensure TOC and References Respect Custom Numbering
|
% Ensure TOC and References Respect Custom Numbering
|
||||||
\renewcommand{\thechapter}{chapter.\Roman{chapter}}
|
\renewcommand{\thechapter}{\Roman{chapter}}
|
||||||
|
\renewcommand\thesection{\arabic{chapter}.\arabic{section}}
|
||||||
|
|
||||||
|
|
||||||
% Table of Contents (TOC) Title styling
|
% Table of Contents (TOC) Title styling
|
||||||
\renewcommand{\contentsname}{DAFTAR ISI}
|
\renewcommand{\contentsname}{DAFTAR ISI}
|
||||||
|
|||||||
Reference in New Issue
Block a user