[Tugindia] Page Numbers

Sridhar M.A. sridharma at gmail.com
Wed Apr 5 03:08:57 CEST 2006


On 4/5/06, Alexander Nervedi <alexnerdy at hotmail.com> wrote:
>
> I was wondering how to change the positioning pf the page number. By default
> it is at the center of the page, however, I need it to appear at the lower
> right hand side. I cant seem to find anything that will help me do that.

Try the fancyhdr package. The minimal things you can have for your
requirement is

 \documentclass{article}
 \usepackage{fancyhdr}

 \lhead{}
 \chead{}
 \rhead{}
 \lfoot{}
 \cfoot{}
 \rfoot{\thepage}

\begin{document}
....

\end{document}

Regards,

--
Sridhar M.A.


More information about the tugindia mailing list