I want to page numbers in the footer as Page i of vi but only till my page numbering is roman. After the initial lists and summary, I change the page number to arabic numerals so there then, I want to restart page numbers in the footer as 1 of 19.
Is there a quick way to do it?
I am currently using this:
Code: Select all
\documentclass[11pt]{report}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage[papersize={8.5in,11in},top=0.81in, left=1.44in, right=1in,bottom=0.94in]{geometry}
\usepackage{alltt}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{ulem}
\usepackage{ifthen}
\usepackage{winfonts}
\usepackage[T1]{fontenc}
\usepackage{color,hyperref}
\usepackage{titlesec}
\usepackage{lastpage}
\rfoot{\fontsize{8pt}{0pt}\fontfamily{phv}\selectfont{V1.0.0 DOCUMENT}}
\cfoot{Page \thepage of \pageref{LastPage}}
\lfoot{\fontsize{8pt}{0pt}\fontfamily{phv}\selectfont{Department Name}}
Code: Select all
\pagestyle{fancy}
\fancyhead[L L]{\includegraphics[323pt,229pt][466pt,314pt]{Header_image.eps}}
If I use
Code: Select all
\pagestyle{fancy}
\rhead{}
\lhead{\fancyplain{}{\includegraphics[323pt,229pt][466pt,314pt]{Header_image.eps}}}
Any help is welcome!
Thank you,
Nkal