Right now I am using this to get the page numbers in the right place:
Code: Select all
\makeevenfoot{plain}{}{}{}
\makeoddfoot{plain}{}{}{}
\makeevenhead{plain}{}{}{\thepage}
\makeoddhead{plain}{}{}{\thepage}
My question is, how do I get the page number only 1/2" down from the top, but still have a 1" margin to where the text begins?
Thanks for any help! And I apologize if this is a trivial question.