Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!rochester!ken From: ken@rochester.UUCP Newsgroups: comp.text Subject: Re: LaTeX question Message-ID: <26736@rochester.ARPA> Date: Sat, 4-Apr-87 13:47:30 EST Article-I.D.: rocheste.26736 Posted: Sat Apr 4 13:47:30 1987 Date-Received: Sun, 5-Apr-87 11:45:31 EST References: <1160@ur-tut.UUCP> Reply-To: ken@rochester.UUCP (Ken Yap) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 12 Keywords: Blank Page Why not define a figure that takes up a full page? Like this: begin{figure}[ht] % check this, you want it to float to next page % declare something here that takes up a full page, like a picture or % a vbox \caption{You can label the figure and reference it} \label{fig:2} end{figure} By the way, send your question to texhax@score.stanford.edu too. You might get a better answer. Ken