fix(latex): fix equation numbering to include chapter prefix in arabic
Closes #62
This commit is contained in:
@@ -124,6 +124,7 @@
|
|||||||
% Change figure numbering to include chapter (e.g., Figure 1.1, 1.2...)
|
% Change figure numbering to include chapter (e.g., Figure 1.1, 1.2...)
|
||||||
\renewcommand{\thefigure}{\arabic{chapter}.\arabic{figure}}
|
\renewcommand{\thefigure}{\arabic{chapter}.\arabic{figure}}
|
||||||
\renewcommand{\thetable}{\arabic{chapter}.\arabic{table}}
|
\renewcommand{\thetable}{\arabic{chapter}.\arabic{table}}
|
||||||
|
\renewcommand{\theequation}{\arabic{chapter}.\arabic{equation}}
|
||||||
|
|
||||||
% Table of Content (TOC) Title styling
|
% Table of Content (TOC) Title styling
|
||||||
\renewcommand{\contentsname}{DAFTAR ISI}
|
\renewcommand{\contentsname}{DAFTAR ISI}
|
||||||
|
|||||||
Reference in New Issue
Block a user