I want to suppress page number in a page where a figure covers the whole page.
\thispagestyle{empty}
\begin{figure}[H]
\centering
\fbox{\includegraphics[height=0.95\textheight]{853}}
\caption{Whole Model Part 1}
\label{fig:wholemodel}
\end{figure}
I use the command \thispagestyle{empty}
as suggested. But this command doesn't work where a figure covers the whole page. Is there any alternative solution?