fix(latex): add comment to clarify customization of plain page style for chapter pages
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\fancyfoot[C]{\thepage}
|
||||
}
|
||||
% Some LaTeX commands, like \chapter and \chapter*, use the \thispagestyle command to automatically switch to the plain page style, thus ignoring the page style currently in effect. To customize even such pages you must redefine the plain pagestyle. And current 'plain' style by default has correct format. This following command only used for non-chapter-page
|
||||
\fancypagestyle{fancyplain}{%
|
||||
\fancyhf{}
|
||||
\setlength{\headheight}{15pt} % to avoid fancyhdr warning
|
||||
|
||||
Reference in New Issue
Block a user