From d541300916e63ab868d75eb486c34941fd7aaef3 Mon Sep 17 00:00:00 2001 From: "Rifqi D. Panuluh" <69516665+nuluh@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:37:01 +0000 Subject: [PATCH] fix(latex): adjust headheight to avoid fancyhdr warning --- latex/thesis.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/latex/thesis.cls b/latex/thesis.cls index 4e3d8a5..4c3efb2 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -143,6 +143,7 @@ } \fancypagestyle{fancyplain}{% \fancyhf{} + \setlength{\headheight}{15pt} % to avoid fancyhdr warning \renewcommand{\headrulewidth}{0pt} \fancyhead[R]{\thepage} }