Hi, Could somebody please advise me how to change the default page numbering so that I may simply: (1) put all page numbers 1 inch from top and 1 inch from right margins (2) have this hold for first page of chapters (3) do not have the page number show up on first page (4) roman page numbers until page X (5) arabic thereafter.
I specify the \pagenumbering{roman} and then arabic options on the pages that I want them to begin on, but the roman page numbers don't appear until page 4 for some reason. I'm using the following and am failing on each of the other above points: \usepackage{fancyhdr} \pagestyle{fancy} \fancyhead{} \fancyfoot{} \lhead{} \chead{} \rhead{\thepage} \lfoot{} \cfoot{} \rfoot{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} %Redefine the plain setting since this is default for chapters. \fancypagestyle{plain}{% \fancyhf{} % clear all header and footer fields \rhead{\thepage} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt}}