fix(latex): adjust headheight to avoid fancyhdr warning

This commit is contained in:
Rifqi D. Panuluh
2025-10-14 14:37:01 +00:00
parent 34e2143daa
commit d541300916

View File

@@ -143,6 +143,7 @@
}
\fancypagestyle{fancyplain}{%
\fancyhf{}
\setlength{\headheight}{15pt} % to avoid fancyhdr warning
\renewcommand{\headrulewidth}{0pt}
\fancyhead[R]{\thepage}
}