I have a large sidewaystable in my document, which takes up the whole page:
Code: Select all
\begin{sidewaystable}
\hspace*{-3.3cm}\includegraphics[width=1.35\textheight,height=0.8\textwidth]{SSMomFit}
\caption{Big Table}
\end{sidewaystable}
I've tried:
Code: Select all
\pagestyle{empty}
\thispagestyle{empty}
\pagenumbering{gobble}
I think I could probably get rid of it using the fancyhdr package and the:
Code: Select all
\iffloatpage{value for float page}{value for other pages}

There must be an easier way, right?
Thanks in advance
Pawel