feat(latex): add styling for List of Figures and List of Tables titles
This commit is contained in:
@@ -125,6 +125,12 @@
|
|||||||
\renewcommand{\contentsname}{DAFTAR ISI}
|
\renewcommand{\contentsname}{DAFTAR ISI}
|
||||||
\renewcommand{\cfttoctitlefont}{\hfill\bfseries\MakeUppercase}
|
\renewcommand{\cfttoctitlefont}{\hfill\bfseries\MakeUppercase}
|
||||||
\renewcommand{\cftaftertoctitle}{\hfill} % https://tex.stackexchange.com/a/255699/394075
|
\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{\cfttoctitlefont}{\bfseries\MakeUppercase}
|
||||||
% \renewcommand{\cftaftertoctitle}{\vskip 2em}
|
% \renewcommand{\cftaftertoctitle}{\vskip 2em}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user