I'd like to remove the page number (and possibly also change the page margins) on a floating page created by the rotating-package. \thispagestyle{empty} seems unhelpful.
In the below example, there should be no page numbering on the second page:
\documentclass{article} \usepackage[british]{babel} \usepackage{rotating} \begin{document} Text \begin{sidewaystable}A\thispagestyle{empty}\end{sidewaystable} \newpage Text \end{document}
Any help would be appreciated -- Jo