My university requires the page numbers on every page to be at the top right, 0.5 inches from the top edge and 1 inch from the right edge. This places the page numbers in the margin.
I'm using the following to place the numbers in the top right, but
cannot place them in the margin. Any ideas on how to accomplish this?
\chead{}
\lhead{}
\rfoot{}
\lfoot{}
\cfoot{}
\rhead{\fancyplain{\thepage}{\thepage}}
\renewcommand{\headrulewidth}{0pt}
\pagestyle{fancyplain}
