I'm writing my thesis, and I have (only) two questions:
1. I need all the pages of the Intro (index, etc) numbered with roman (not Roman) centered in the bottom of the page, and the rest of the document (starting in \mainmatter) numbered with arabic in rigth position, top of the page. How could I do this??? I already know how to switch between roman/Roman/arabic, and I've tried something like this (but doesn't work):
Code: Select all
\renewpagestyle{plain}{%\sethead{}{}{\thepage}\setfoot{}{}{}}
2. The chapters must be numbered with Romans (not roman), but within the sections, in arabic: (for example):
IV. Chapter 4
4.1. Section 1 (of the chapter 4)
4.1.1. Subsection…
4.1.1.1. …
How can I do this??
Finally, how can I produce an unnumbered page???
Thanks for your help!!