fix(latex): remove custom table of contents command since it doesnt give any effects when directly \renewcommand without through packages
This commit is contained in:
@@ -93,18 +93,6 @@
|
|||||||
\renewcommand{\cftaftertoctitle}{\hfill\hfill} % https://tex.stackexchange.com/a/255699/394075
|
\renewcommand{\cftaftertoctitle}{\hfill\hfill} % https://tex.stackexchange.com/a/255699/394075
|
||||||
% \renewcommand{\cftaftertoctitle}{\vskip 2em}
|
% \renewcommand{\cftaftertoctitle}{\vskip 2em}
|
||||||
|
|
||||||
\renewcommand{\tableofcontents}{
|
|
||||||
\clearpage
|
|
||||||
\pagestyle{plain} % Roman page number, centered bottom
|
|
||||||
\pagenumbering{roman}
|
|
||||||
\setcounter{page}{viii} % Optional: sync with expected numbering
|
|
||||||
\addcontentsline{toc}{chapter}{DAFTAR ISI}
|
|
||||||
\oldtableofcontents
|
|
||||||
\clearpage
|
|
||||||
\pagenumbering{arabic}
|
|
||||||
\setcounter{page}{1} % Start chapter 1 at page 1
|
|
||||||
}
|
|
||||||
|
|
||||||
% Frontmatter Macro (Toggle TOC Inclusion)
|
% Frontmatter Macro (Toggle TOC Inclusion)
|
||||||
\newcommand{\frontmattersection}[3]{%
|
\newcommand{\frontmattersection}[3]{%
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
|
|||||||
Reference in New Issue
Block a user