Example code:
Code: Select all
%% Document Class
\documentclass[12pt,english]{article}
\usepackage{pdflscape}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{blah}
\chead{}
\rhead{blah}
\lfoot{}
\cfoot{}
\rfoot{\thepage\ of \pageref{LastPage}}
\renewcommand{\headrulewidth}{1.0pt}
\renewcommand{\footrulewidth}{1.0pt}
%% Document
\begin{document}
\begin{landscape}
blah
\end{landscape}
\end{document}