fix(latex): reorder document structure by moving \frontmatter and \mainmatter for proper page numbering
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user