From f97c58e114c457a8d9648cf85845f7c2f2ef6323 Mon Sep 17 00:00:00 2001 From: nuluh Date: Tue, 13 May 2025 01:42:16 +0700 Subject: [PATCH] feat(latex): add styling for List of Figures and List of Tables titles --- latex/thesis.cls | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/latex/thesis.cls b/latex/thesis.cls index 0210074..cd34b29 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -125,6 +125,12 @@ \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 +\renewcommand{\cftloftitlefont}{\hfill\bfseries\MakeUppercase} +\renewcommand{\cftafterloftitle}{\hfill} +% List of Tables (LOT) Title styling +\renewcommand{\cftlottitlefont}{\hfill\bfseries\MakeUppercase} +\renewcommand{\cftafterlottitle}{\hfill} % \renewcommand{\cfttoctitlefont}{\bfseries\MakeUppercase} % \renewcommand{\cftaftertoctitle}{\vskip 2em}