<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
&gt; 1.&nbsp; does dvipdfm work if you use draft mode for graphics?<BR><BR>&gt; This shoudl give a pdf file with boxes outlining the places<BR>&gt; where figures will appear.<BR><BR>
Yes, dvipdfm works in draft mode.<BR>
<BR>&gt; 2.&nbsp; can you convert the EPS to pdf using "eps2pdf ..."?<BR><BR>&gt; I think dvipdfm uses much the same conversion, so if this<BR>&gt; fails, I would not exect dvipdfm to work.<BR><BR>
It's not "eps2pdf.exe", but "epstopdf.exe", which can convert an EPS to an PDF. I tried "epstopdf" using the "golfer.eps" and converted "golfer.pdf" looks right in Adobe Reader 7.0.<BR>
<BR>&gt; 3.&nbsp; what does "epstool --test-eps ..." give?<BR><BR>&gt; Many files that have .eps extensions do not meet the<BR>&gt; definition of a .eps file, including some created using<BR>&gt; "name-brand" software.&nbsp;&nbsp; Most such files can be<BR>&gt; converted to pdf and will work with pdflatex.<BR><BR>
There is no "epstool.exe" under the TexLive 2003 install directory, so I can't do this test.<BR>
<BR>&gt; 4.&nbsp; does dvipdfm work using a "known good" .eps file<BR>&gt; such as golfer.eps from the ghostscript examples<BR>&gt; directory?<BR><BR>&gt; If you are still having trouble after all this, please<BR>&gt; read &lt;www.chiark.greenend.org.uk/~sgtatham/bugs.html&gt;.<BR>&gt; Note that the best way for us to see the problem is if you<BR>&gt; can provide a minimal example (e.g., under a dozen lines<BR>&gt; of latex and using an eps file that we already have, such<BR>&gt; as golfer.eps).&nbsp; To save time, here is such an example:<BR><BR>&gt;&nbsp;&nbsp; --------------------------------------------------------------------------<BR>&gt; \documentclass{article}<BR>&gt; \usepackage[dvipdfm]{graphicx}<BR>&gt; \begin{document}<BR>&gt; Example using \texttt{golfer.eps} from GhostScript.<BR><BR>&gt; \[<BR>&gt; \includegraphics[width=8cm]{golfer.eps}<BR>&gt; \]<BR>&gt; \end{document}<BR><BR>I tried your example and below is the output:<BR>
&nbsp;<BR>------------------------------------------------------------
D:\vision&gt;latex t-eps<BR>This is e-TeXk, Version 3.141592-2.1 (Web2c 7.5.2)<BR>&nbsp;%&amp;-line parsing enabled.<BR>&nbsp;(c:/Program Files/TeXLive/texmf/web2c/cp8bit.tcx)<BR>entering extended mode<BR>(./t-eps.tex<BR>LaTeX2e &lt;2001/06/01&gt;<BR>Babel &lt;v3.7j&gt; and hyphenation patterns for english, dumylang, nohyphenation, ba<BR>sque, czech, slovak, german, ngerman, spanish, catalan, french, ukenglish, ital<BR>ian, dutch, polish, portuguese, loaded.<BR>(c:/Program Files/TeXLive/texmf/tex/latex/base/article.cls<BR>Document Class: article 2001/04/21 v1.4e Standard LaTeX document class<BR>(c:/Program Files/TeXLive/texmf/tex/latex/base/size10.clo))<BR>(c:/Program Files/TeXLive/texmf/tex/latex/graphics/graphicx.sty<BR>(c:/Program Files/TeXLive/texmf/tex/latex/graphics/keyval.sty)<BR>(c:/Program Files/TeXLive/texmf/tex/latex/graphics/graphics.sty<BR>(c:/Program Files/TeXLive/texmf/tex/latex/graphics/trig.sty)<BR>(c:/Program Files/TeXLive/texmf/tex/latex/texlive/graphics.cfg)<BR>(c:/Program Files/TeXLive/texmf/tex/latex/graphics/dvipdfm.def))) (./t-eps.aux)<BR>&lt;golfer.eps&gt; [1] (./t-eps.aux) )<BR>Output written on t-eps.dvi (1 page, 384 bytes).<BR>Transcript written on t-eps.log.<BR>
&nbsp;<BR>
D:\vision&gt;dvipdfm t-eps<BR>
t-eps.dvi -&gt; t-eps.pdf<BR>[1Warning:&nbsp; Couldn't open font map file fonts.map<BR>Warning:&nbsp; Couldn't open font map file fonts.map<BR>(./golfer.eps&lt;PS&gt;<BR>Version of PDF file (1.4) is newer than version limit specification.<BR>pdf_open: Not a PDF 1.[1-3] file<BR>
Corrupt PDF file?<BR>
Ignoring stream with with multiple segments<BR>)<BR>pdf: image inclusion failed for (golfer.eps).<BR>]<BR>14284 bytes written<BR>
D:\vision&gt;<BR>
------------------------------------------------------------<BR>
I opened "t-eps.dvi" in "windvi.exe" and it looks right. What's problem?<BR>
<BR>&nbsp;<BR><br /><hr />Hotmail to go? Get your Hotmail, news, sports and much more!   <a href='http://mobile.msn.com' target='_new'>Check out the New MSN Mobile</a></body>
</html>