On Tue, Feb 11, 2003 at 11:14:59AM +0100, Herbert Voss wrote:
> Christian Ridderstr?m schrieb:
> >
> >Does anyone have an idea how I can set the pagestyle to empty for the page
> >that a specific float ends up on? (The float is big and the
> >footers/headers interfere with it).
> >
> >I've tried putting \thispagestyle{empty} inside the float, but with no
> >luck. Should I temporarily redefine some command or something?
>
> choose package nonfloat for this picture, place pagebreak
> before this and insert a \thispagestyle{empty} after the
> pagebreak.
No need for the nonfloat package. You can insert a normal float and select
"Here, definitely" placement in the dialog.
Better solutions:
1. Get the sttools package from CTAN.
Add to the preamble:
\usepackage{floatpag}
\floatpagestyle{plain} % or replace plain by the style used in the document
and in the float add
\thisfloatpagestyle{empty}
2. Resize the figure so you want need to remove the page number.