General ⇒ Page numbering
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Page numbering
I have to change numbering in my downloaded template and.. do not know how to do that.
I need to have
Page numbering must consist of one single sequence of Arabic numerals (ie 1, 2, 3
… ) throughout the thesis, starting with the title page as page number 1. Page
numbers must be displayed on all pages EXCEPT the title page.
The cls file of my thesis is attached...
Thank you.
a.k.
- Attachments
-
- cls file.tex
- (12.62 KiB) Downloaded 238 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Page numbering
use
Code: Select all
\thispagestyle{empty}
Code: Select all
\pagenumbering{arabic}
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: Page numbering
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Page numbering
Responsible for roman numbers is this line of your posted class file:
Code: Select all
\renewcommand{\thepage}{roman{page}}
Stefan
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: Page numbering
I attached main tex file....
a.k.
- Attachments
-
- tex.tex
- (8.47 KiB) Downloaded 245 times
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Page numbering
Stefan
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: Page numbering
eh..