% if there are floats around % then set pagestyle to be empty % Original version posted to comp.text.tex Sebastian Rahtz % Modified by Don Hosek so that message is done with \message rather than % \typeout--this causes the message to appear when the page is output rather % than when it is processed. \def\@tryfcolumn #1{\global\@fcolmadefalse \xdef\@trylist{#1}\xdef\@failedlist {}\begingroup \let\@elt\@xtryfc \@trylist \endgroup \if@fcolmade \message{Page with floats and nothing else} \thispagestyle{empty} \@vtryfc #1 \fi}