I am using packages fancyhdrand fancyto customize header and footer.
.....
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{Team no.}
\rhead{Problem no.}
\cfoot{Page \thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\begin{document}
\title{Problem Name}
\author{Team no. \\ Problem no.}
\maketitle
\pagenumbering{gobble}
\begin{abstract}
\end{abstract}
\newpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\section{Introduction}
....
I wanna remove only the footer(here 'page number') from the 'table of contents' pages. Also, I like to use 'page number' in the format of "Page x of y".
How can I do?
TIA

\tableofcontentsshould have its page number removed? – Werner Oct 22 '18 at 19:56\tableofcontentsshould have its page number removed. – raf Oct 22 '18 at 20:03\documentclassare you using? – Werner Oct 22 '18 at 20:18\documentclass[a4paper,12pt]{article}– raf Oct 22 '18 at 20:21