fix(latex): add tocbibind package to include toc itself in the toc and give dot leaders to it.
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
\RequirePackage{hyperref}
|
\RequirePackage{hyperref}
|
||||||
\RequirePackage{etoolbox}
|
\RequirePackage{etoolbox}
|
||||||
\RequirePackage{tocloft}
|
\RequirePackage{tocloft}
|
||||||
|
\RequirePackage{tocbibind}
|
||||||
|
|
||||||
% Page layout
|
% Page layout
|
||||||
\geometry{margin=1in}
|
\geometry{margin=1in}
|
||||||
@@ -77,6 +78,7 @@
|
|||||||
\setlength{\cftchapnumwidth}{4em}
|
\setlength{\cftchapnumwidth}{4em}
|
||||||
\setlength{\cftsecnumwidth}{2.5em}
|
\setlength{\cftsecnumwidth}{2.5em}
|
||||||
\setlength{\cftsubsecnumwidth}{2.5em}
|
\setlength{\cftsubsecnumwidth}{2.5em}
|
||||||
|
\renewcommand \cftchapdotsep{4.5}
|
||||||
|
|
||||||
% Title styling
|
% Title styling
|
||||||
\renewcommand{\contentsname}{\hfill\bfseries\normalsize DAFTAR ISI\hfill}
|
\renewcommand{\contentsname}{\hfill\bfseries\normalsize DAFTAR ISI\hfill}
|
||||||
|
|||||||
Reference in New Issue
Block a user