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}
\maketitle
\frontmatter
\setcounter{page}{1}
\theendorsementpage{toc}
\originalitystatement{toc}
\tableofcontents
\clearpage
\mainmatter
\pagestyle{fancyplain}
% Include content
\include{content/abstract}