From 2db5170366c10d8ca2734f783b65c109ccaf9d00 Mon Sep 17 00:00:00 2001 From: nuluh Date: Sun, 11 May 2025 10:41:40 +0700 Subject: [PATCH] fix(latex): correct chapter dot leaders and page font in table of contents to be all normalfont for all level instead of bfseries --- latex/thesis.cls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/latex/thesis.cls b/latex/thesis.cls index 2cd1aa6..2e75c77 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -79,6 +79,9 @@ \setlength{\cftsecnumwidth}{2.5em} \setlength{\cftsubsecnumwidth}{2.5em} \renewcommand \cftchapdotsep{4.5} +\renewcommand \cftchapdotsep{4.5} % https://tex.stackexchange.com/a/273764 +\renewcommand{\cftchapleader}{\normalfont\cftdotfill{\cftsecdotsep}} +\renewcommand{\cftchappagefont}{\normalfont} % Title styling \renewcommand{\contentsname}{\hfill\bfseries\normalsize DAFTAR ISI\hfill}