feat(latex): add figure and table numbering to include chapter numbern arabic despite the chapter number using roman and dummy figures to test

This commit is contained in:
nuluh
2025-05-11 22:57:26 +07:00
parent 104b72e624
commit 1f275fad42
3 changed files with 43 additions and 0 deletions

View File

@@ -73,6 +73,10 @@
\renewcommand{\cftchappresnum}{BAB~}
\renewcommand{\cftchapaftersnum}{\quad}
% Change figure numbering to include chapter (e.g., Figure 1.1, 1.2...)
\renewcommand{\thefigure}{\arabic{chapter}.\arabic{figure}}
\renewcommand{\thetable}{\arabic{chapter}.\arabic{table}}
% \titlespacing*{\chapter}{0pt}{-10pt}{20pt}
% Redefine \maketitle