Fei Liu wrote:

> Hi, there:
>
>         I am trying to use
> \suppressfloats
> \begin{figure}[page]
> ...
> \end{figure}
>
> to fit a big EPS graph into my latex/ps file. But the output is not so
>
> nice. I am wondering if there is any way to fit that file into a
> single
> page using latex command. Or is that required that the graph has to be
>
> smaller than the page size? Anyways, let me know. Your early reply is
> much
> appreciated.
>
>


Hi, Fei!

You should use the graphicx-Package:

\usepackage[dvips]{graphicx}

This enables you to control angle and size (width or heigth) of your
included picture, also EPS as PS. E.g.:

\begin{figure}[htb]
\includegraphics[width=10cm, angle=-90] {C:\...\...\xxx.eps}
\caption{......}
\end{figure}


Hope this helps.  Have a nice xmas.

Thorsten


mailto:[EMAIL PROTECTED]

Reply via email to