Code: Select all
\frontmatter
Code: Select all
\mainmatter
I want:
- my frontmatter part (preface, ToC, LoT, LoF) has roman numeral on the bottom center
My mainmatter part (Chapter 1 - end of the document) has arabic numeral on the upper right corner
Code: Select all
\pagestyle{fancy}
And it affects page numbering on the mainmatter on the bottom center as well, that i want it to be on the upper right corner. So, i use this command to fix this (move the page numbering to the upper right corner):
Code: Select all
\pagestyle{headings}
I put that command after mainmatter and it works. But the bad part is the chapter/section/subsection included on the upper left corner which i don't want it.
So, how to remove this (upper left part: chapter/section/subsection name on left header) without ruins everything?
Please help me, 2 days I tried and searched for this but nothing worked.
