From 740680d1c74402eb5ce040bf5309298f7ae25081 Mon Sep 17 00:00:00 2001 From: nuluh Date: Sun, 11 May 2025 10:45:42 +0700 Subject: [PATCH] fix(latex): fix \contentsname to keep the title centered by adding dummy second `\hfill` in the `\cftaftertoctitle` when using \fancypagestyle or other fancyhdr effects --- latex/thesis.cls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/latex/thesis.cls b/latex/thesis.cls index 2e75c77..a90ec84 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -84,8 +84,9 @@ \renewcommand{\cftchappagefont}{\normalfont} % Title styling -\renewcommand{\contentsname}{\hfill\bfseries\normalsize DAFTAR ISI\hfill} +\renewcommand{\contentsname}{DAFTAR ISI} \renewcommand{\cfttoctitlefont}{\bfseries\MakeUppercase} +\renewcommand{\cftaftertoctitle}{\hfill\hfill} % https://tex.stackexchange.com/a/255699/394075 % \renewcommand{\cftaftertoctitle}{\vskip 2em} \renewcommand{\tableofcontents}{