fix(latex): ensure fancyplain page style preset is applied before content inclusion so it use top right number for non-first-page chapter

This commit is contained in:
nuluh
2025-05-11 12:54:55 +07:00
parent 702760cc5e
commit 5c70d7db51

View File

@@ -23,6 +23,7 @@
\tableofcontents \tableofcontents
\clearpage \clearpage
\pagestyle{fancyplain}
% Include content % Include content
\include{content/abstract} \include{content/abstract}
\include{content/introduction} \include{content/introduction}