fix(latex): fix equation numbering to include chapter prefix in arabic

Closes #62
This commit is contained in:
nuluh
2025-05-14 12:21:21 +07:00
parent ee004e55f4
commit 49adb273d8

View File

@@ -124,6 +124,7 @@
% 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}}
\renewcommand{\theequation}{\arabic{chapter}.\arabic{equation}}
% Table of Content (TOC) Title styling
\renewcommand{\contentsname}{DAFTAR ISI}