Page Layout ⇒ Page number specification from top of the page?
Page number specification from top of the page?
I am using 'cheputhesis.cls' file for my dissertation available at https://engineering.purdue.edu/~mark/puthesis/ . I want the page numbers to be 0.5 inch from the top of the page on the right side. How do I specify this?
Also, how do I change the spacing between the section title and the starting of the section (as well as subsection)? Any help is greatly appreciated.
Thanks
Pavan
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 number specification from top of the page?
you could use the fancyhdr package together with textpos to position the page number exactly where you want it.
The other problem could be solved by \titlespacing of the titlesec package.
Stefan