From 07ed6a9a1332bbb57d6ce06ff05d7f5f005095f7 Mon Sep 17 00:00:00 2001 From: nuluh Date: Sun, 11 May 2025 22:54:02 +0700 Subject: [PATCH] fix(latex): reorder document structure by moving \frontmatter and \mainmatter for proper page numbering --- latex/main.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/latex/main.tex b/latex/main.tex index ac45e65..03ef04b 100644 --- a/latex/main.tex +++ b/latex/main.tex @@ -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}