[comp.text] Using the TeX special command in LaTeX figure environment

chu@batcomputer.UUCP (07/08/87)

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