fix(latex): remove redundant command for chapter dot separation in TOC

This commit is contained in:
nuluh
2025-05-11 11:13:20 +07:00
parent 676b2b1a87
commit 907f725fa7

View File

@@ -78,7 +78,6 @@
\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}
\renewcommand \cftchapdotsep{4.5} % https://tex.stackexchange.com/a/273764 \renewcommand \cftchapdotsep{4.5} % https://tex.stackexchange.com/a/273764
\renewcommand{\cftchapleader}{\normalfont\cftdotfill{\cftsecdotsep}} \renewcommand{\cftchapleader}{\normalfont\cftdotfill{\cftsecdotsep}}
\renewcommand{\cftchappagefont}{\normalfont} \renewcommand{\cftchappagefont}{\normalfont}