I want the numbers of pages to be placed at the top right side. I try to do it like this
\documentclass[12pt]{article}
\usepackage{fancyhdr}
\begin{document}
\lhead{}
\chead{}
\rhead{\thepage}
\lfoot{}
\cfoot{}
\rfoot{}
My text.
\end{document}
Numbers still remains like default - center of bottom. What do I wrong?
\pagestyle{fancy}– egreg May 17 '12 at 21:26