From 74ea4d412c836f444028a2df377882f4addd781b Mon Sep 17 00:00:00 2001 From: nuluh Date: Wed, 14 May 2025 17:37:17 +0700 Subject: [PATCH] fix(latex): update TOC title to use the correct language dynamically --- latex/thesis.cls | 1 - 1 file changed, 1 deletion(-) diff --git a/latex/thesis.cls b/latex/thesis.cls index e1723e5..59df127 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -132,7 +132,6 @@ \renewcommand{\theequation}{\arabic{chapter}.\arabic{equation}} % Table of Content (TOC) Title styling -\renewcommand{\contentsname}{DAFTAR ISI} \renewcommand{\cfttoctitlefont}{\hfill\bfseries\MakeUppercase} \renewcommand{\cftaftertoctitle}{\hfill} % https://tex.stackexchange.com/a/255699/394075 % List of Figures (LOF) Title styling