fix(documentclass): adjust figure number width and remove one-and-a-half spacing
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
\begin{document}
|
||||
\frontmatter
|
||||
% \maketitle
|
||||
\onehalfspacing
|
||||
\include{frontmatter/maketitle}
|
||||
\include{frontmatter/maketitle_secondary}
|
||||
\include{frontmatter/approval}
|
||||
@@ -42,6 +43,7 @@
|
||||
% \pagestyle{fancyplain}
|
||||
\mainmatter
|
||||
% Include content
|
||||
\onehalfspacing
|
||||
\include{chapters/id/01_introduction}
|
||||
\include{chapters/id/02_literature_review/index}
|
||||
\include{chapters/id/03_methodology/index}
|
||||
|
||||
@@ -93,7 +93,6 @@
|
||||
\geometry{left=4cm, top=3cm, right=3cm, bottom=3cm}
|
||||
\setlength{\parskip}{0.5em}
|
||||
% \setlength{\parindent}{0pt}
|
||||
\onehalfspacing
|
||||
|
||||
% Fonts
|
||||
\defaultfontfeatures{Ligatures=TeX}
|
||||
@@ -209,7 +208,7 @@
|
||||
\setlength{\cftchapnumwidth}{3.5em}
|
||||
\setlength{\cftsecnumwidth}{2em}
|
||||
\setlength{\cftsubsecnumwidth}{2.5em}
|
||||
\setlength{\cftfignumwidth}{5em}
|
||||
\setlength{\cftfignumwidth}{6em}
|
||||
\setlength{\cfttabnumwidth}{4em}
|
||||
\renewcommand \cftchapdotsep{1} % https://tex.stackexchange.com/a/273764
|
||||
\renewcommand \cftsecdotsep{1} % https://tex.stackexchange.com/a/273764
|
||||
|
||||
Reference in New Issue
Block a user