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}