From 39f966e71bbbe93688573c4cb02891d706bc9a87 Mon Sep 17 00:00:00 2001 From: nuluh Date: Sun, 11 May 2025 10:56:32 +0700 Subject: [PATCH] chore(latex): clarify comment for TOC title styling in thesis class --- latex/thesis.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/thesis.cls b/latex/thesis.cls index a90ec84..429a06f 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -83,7 +83,7 @@ \renewcommand{\cftchapleader}{\normalfont\cftdotfill{\cftsecdotsep}} \renewcommand{\cftchappagefont}{\normalfont} -% Title styling +% 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