I modified the template to get
fancyhdr
, to have the page numbering in the bottom right. I deleted the lines about fancyhdr in thesis.cls
and added that in main.tex
:Code: Select all
\fancyfoot{} % Clear the footer
\fancyhead{} % Clear the header
\fancyfoot[R]{\thepage} %right side footer page number
1) The first page of each chapter (in
\mainmatter
) has the number in the center. How can we modify this to have the "normal" footer, keeping no header.2) in
\frontmatter
, the numbering here too is in the middle. How to change it to the right?Thanks you for your help
Samantha