Theses, Books, Title pagesChapters first page numbering roman numbering

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Chapters first page numbering roman numbering

Post by templateuser »

Hello,

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
This works perfectly, BUT:

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply