fix(latex): reorder document structure by moving \frontmatter and \mainmatter for proper page numbering

This commit is contained in:
nuluh
2025-05-11 22:54:02 +07:00
parent 1b20376700
commit 07ed6a9a13

View File

@@ -18,11 +18,13 @@
\begin{document} \begin{document}
\maketitle \maketitle
\frontmatter
\setcounter{page}{1}
\theendorsementpage{toc} \theendorsementpage{toc}
\originalitystatement{toc} \originalitystatement{toc}
\tableofcontents \tableofcontents
\clearpage \clearpage
\mainmatter
\pagestyle{fancyplain} \pagestyle{fancyplain}
% Include content % Include content
\include{content/abstract} \include{content/abstract}