[texhax] Floats enquiries

Andrew Marlow apm35 at student.open.ac.uk
Thu Nov 6 15:52:14 CET 2003


jecee at pacific.net.sg writes:
>Hi,
>
>I have downloaded TEX version 5 (free trial) from the Internet but I
>can't insert pictures and diagrams saved in encapsulated format (EPS).
>The error messages that appeared in version 5 says, C:\Program
>Files\PCTeXv5\dvips: Couldn't find figure file. However, I have no
>problem inserting pictures or diagrams in other formats like BMP, which
>have the same directory as the files saved in EPS format. Can you advise
>me on this?   

Here's how I include postscript diagrams into my document: the example is
for
a file called glass-h1.ps, which I created as a bar chart from gnuplot.

I say:

\usepackage[dvips]{graphics}
\usepackage{epsfig}

at the start, then

\begin{figure}[h]
\caption{Barchart of data from table~\ref{h1mlp}}
\epsfig{file=software/glass-h1.ps,height=9cm,angle=-90}
\end{figure}

where I want the diagram.

Regards,

Andrew Marlow
----
There is an emerald here the size of a plover's egg!




More information about the texhax mailing list