Theses, Books, Title pages ⇒ Altering page numbering - cls file?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Altering page numbering - cls file?
Thank you so much for putting up these great templates and for providing an excellent website.
With the Masters/Doctoral Thesis template I would like to make a small change.
I would like the Title page to be included in the page count (but not display a page number), so that on
the Declaration page the page number would be ii (not a roman numeral 1, as it currently is).
I have looked in the main.tex and thesis.cls but I'm having trouble locating the relevant section.
Your help would be MUCH appreciated!
Thanks, Richard
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
Altering page numbering - cls file?
Thanks for the kind words about the website!
All you need to do is add: "
\setcounter{page}{2}
" right before "\Declaration{
" in main.tex
.Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Altering page numbering - cls file?
Appreciate your help
Richard