1

I want to suppress page numbering on pages with tables which span over the entire page. I tried to do so by putting a \thispagestyle{empty} before the table but occasionally the command is applied to the previous page. When I put it after the table, the command is applied to the subsequent page. With some tables this seems to work while with others I encounter this problem. Is there any better way to suppress page numbering on exactly the page where the table is located. I assume that this has to do with the float.

The code goes like this:

\thispagestyle{empty}
\begin{table}[htp]
\centering
\footnotesize  
\scalebox{0.8}{
\centering\makebox[0pt][c]{%
\begin{tabular}{lrrrrrrrrrrrr}
r&r&r&r&r&r&r&r&r&r&r&r&r\\
\end{tabular}
}
}
\caption{Descriptive Statistics}
\label{tab_desc_stat01}
\end{table}
Troy
  • 13,741
Zach
  • 11

0 Answers0