fix(documentclass): adjust figure number width and remove one-and-a-half spacing

This commit is contained in:
Rifqi D. Panuluh
2025-10-13 14:07:55 +00:00
parent 720db42041
commit ae49c61ff0
2 changed files with 3 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
\begin{document} \begin{document}
\frontmatter \frontmatter
% \maketitle % \maketitle
\onehalfspacing
\include{frontmatter/maketitle} \include{frontmatter/maketitle}
\include{frontmatter/maketitle_secondary} \include{frontmatter/maketitle_secondary}
\include{frontmatter/approval} \include{frontmatter/approval}
@@ -42,6 +43,7 @@
% \pagestyle{fancyplain} % \pagestyle{fancyplain}
\mainmatter \mainmatter
% Include content % Include content
\onehalfspacing
\include{chapters/id/01_introduction} \include{chapters/id/01_introduction}
\include{chapters/id/02_literature_review/index} \include{chapters/id/02_literature_review/index}
\include{chapters/id/03_methodology/index} \include{chapters/id/03_methodology/index}

View File

@@ -93,7 +93,6 @@
\geometry{left=4cm, top=3cm, right=3cm, bottom=3cm} \geometry{left=4cm, top=3cm, right=3cm, bottom=3cm}
\setlength{\parskip}{0.5em} \setlength{\parskip}{0.5em}
% \setlength{\parindent}{0pt} % \setlength{\parindent}{0pt}
\onehalfspacing
% Fonts % Fonts
\defaultfontfeatures{Ligatures=TeX} \defaultfontfeatures{Ligatures=TeX}
@@ -209,7 +208,7 @@
\setlength{\cftchapnumwidth}{3.5em} \setlength{\cftchapnumwidth}{3.5em}
\setlength{\cftsecnumwidth}{2em} \setlength{\cftsecnumwidth}{2em}
\setlength{\cftsubsecnumwidth}{2.5em} \setlength{\cftsubsecnumwidth}{2.5em}
\setlength{\cftfignumwidth}{5em} \setlength{\cftfignumwidth}{6em}
\setlength{\cfttabnumwidth}{4em} \setlength{\cfttabnumwidth}{4em}
\renewcommand \cftchapdotsep{1} % https://tex.stackexchange.com/a/273764 \renewcommand \cftchapdotsep{1} % https://tex.stackexchange.com/a/273764
\renewcommand \cftsecdotsep{1} % https://tex.stackexchange.com/a/273764 \renewcommand \cftsecdotsep{1} % https://tex.stackexchange.com/a/273764