From 5c70d7db51edb62cb7386aa1dfbe982b800bdb62 Mon Sep 17 00:00:00 2001 From: nuluh Date: Sun, 11 May 2025 12:54:55 +0700 Subject: [PATCH] fix(latex): ensure `fancyplain` page style preset is applied before content inclusion so it use top right number for non-first-page chapter --- latex/main.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/latex/main.tex b/latex/main.tex index 876a325..8a2bb8e 100644 --- a/latex/main.tex +++ b/latex/main.tex @@ -23,6 +23,7 @@ \tableofcontents \clearpage +\pagestyle{fancyplain} % Include content \include{content/abstract} \include{content/introduction}