Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!ptsfa!ames!ucbcad!zen!ucbvax!decvax!decwrl!pyramid!batcomputer!chu
From: chu@batcomputer.UUCP
Newsgroups: comp.text
Subject: Using the TeX special command in LaTeX figure environment
Message-ID: <1639@batcomputer.tn.cornell.edu>
Date: Wed, 8-Jul-87 12:51:03 EDT
Article-I.D.: batcompu.1639
Posted: Wed Jul  8 12:51:03 1987
Date-Received: Sat, 11-Jul-87 15:13:18 EDT
Reply-To: chu@tcgould.tn.cornell.edu (Clare Chu)
Organization: Cornell Theory Center, Cornell University, Ithaca NY
Lines: 16

Hi, I'm trying to put a picture into a figure in LaTeX and
somehow it won't work. It'll put pic1.ps on a separate page
and number that page 1. Then put Figure 2 on another
page (2) and leave that blank also. Is anything wrong with
the following code?

\begin{figure}
\centering
\vspace{126pt}
\special{psfile=pic1.ps hsize=378 vsize=126}
\end{figure}


Thanks for the help

Clare Chu