On Fri, Mar 21, 2003 at 06:14:48AM -0500, Myriam Abramson wrote:
>
> In the book document class, how do I change the page number location?
> It seems right now to be on the top and right margins specified (1.25
> and 1 inch, respectively) but my requirements are that the page number
> be at 0.5 inch in the corner. Thanks.
Select "fancy" page style and add to the preamble the following
(assuming a single sided paper document):
\fancyfoot[C]{}
\fancyfoot[L]{\hspace*{0.5in}\thepage}
\fancypagestyle{empty}{
\fancyfoot[C]{}
\fancyfoot[L]{\hspace*{0.5in}\thepage}
}