[FEAT] Add dynamic page style for chapter page #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem Statement
The whole document has same position of page numbering at the bottom center.
Proposed Solution
This is best handled inside the .cls file using the
fancyhdrpackage with conditional logic.Alternatives Considered
No response
Component
LaTeX Document
Priority
Critical (blocks progress)
Implementation Ideas
This ensures all pages by default show page number at the top-right.
Now, any page using the plain pagestyle will show page numbers bottom-centered, which is exactly what LaTeX applies by default for chapter openings and \maketitle.
Or automate it by wrapping in the frontmatter macros.
Expected Benefits
The page number styling should automatically use bottom center only for first page of chapter, and use top right otherwise
Additional Context
No response
5e08d4f8c6/latex/thesis.cls (L97-L104)titlepageenvironment should be avoided since by default, a titlepage environment:so latex can paginated naturally