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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply