<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
Thanks for you help George, I'd better upgrade to TL 2007.<BR><BR>&gt; Date: Mon, 11 Jun 2007 10:57:43 -0300<BR>&gt; From: gnwiii@gmail.com<BR>&gt; To: lianqing.yu@hotmail.com<BR>&gt; Subject: Re: dvipdfm fails to include .eps graphics file<BR>&gt; CC: tex-live@tug.org<BR>&gt; <BR>&gt; On 6/11/07, Lianqing Yu &lt;lianqing.yu@hotmail.com&gt; wrote:<BR>&gt; &gt;<BR>&gt; &gt; &gt; 1. does dvipdfm work if you use draft mode for graphics?<BR>&gt; &gt;<BR>&gt; &gt; &gt; This shoudl give a pdf file with boxes outlining the places<BR>&gt; &gt; &gt; where figures will appear.<BR>&gt; &gt;<BR>&gt; &gt; Yes, dvipdfm works in draft mode.<BR>&gt; &gt;<BR>&gt; &gt; &gt; 2. can you convert the EPS to pdf using "eps2pdf ..."?<BR>&gt; &gt;<BR>&gt; &gt; &gt; I think dvipdfm uses much the same conversion, so if this<BR>&gt; &gt; &gt; fails, I would not exect dvipdfm to work.<BR>&gt; &gt;<BR>&gt; &gt; It's not "eps2pdf.exe", but "epstopdf.exe", which can convert an EPS to an<BR>&gt; &gt; PDF. I tried "epstopdf" using the "golfer.eps" and converted "golfer.pdf"<BR>&gt; &gt; looks right in Adobe Reader 7.0.<BR>&gt; <BR>&gt; You are right. You can check the pdf version using Adobe Reader or<BR>&gt; pdfinfo (which might be in texlive or can be obtained from "xpdf", which<BR>&gt; is available for Win32).<BR>&gt; <BR>&gt; &gt; &gt; 3. what does "epstool --test-eps ..." give?<BR>&gt; &gt;<BR>&gt; &gt; &gt; Many files that have .eps extensions do not meet the<BR>&gt; &gt; &gt; definition of a .eps file, including some created using<BR>&gt; &gt; &gt; "name-brand" software. Most such files can be<BR>&gt; &gt; &gt; converted to pdf and will work with pdflatex.<BR>&gt; &gt;<BR>&gt; &gt; There is no "epstool.exe" under the TexLive 2003 install directory, so I<BR>&gt; &gt; can't do this test.<BR>&gt; <BR>&gt; epstool is from ghostgum, so often gets installed with ghostscript. In any<BR>&gt; case:<BR>&gt; <BR>&gt; http://tug.ctan.org/tex-archive/nonfree/support/ghostscript/ghostgum/<BR>&gt; <BR>&gt; has a WIndows version<BR>&gt; <BR>&gt; &gt; &gt
; 4. does dvipdfm work using a "known good" .eps file<BR>&gt; &gt; &gt; such as golfer.eps from the ghostscript examples<BR>&gt; &gt; &gt; directory?<BR>&gt; &gt;<BR>&gt; &gt; &gt; If you are still having trouble after all this, please<BR>&gt; &gt; &gt; read &lt;www.chiark.greenend.org.uk/~sgtatham/bugs.html&gt;.<BR>&gt; &gt; &gt; Note that the best way for us to see the problem is if you<BR>&gt; &gt; &gt; can provide a minimal example (e.g., under a dozen lines<BR>&gt; &gt; &gt; of latex and using an eps file that we already have, such<BR>&gt; &gt; &gt; as golfer.eps). To save time, here is such an example:<BR>&gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; --------------------------------------------------------------------------<BR>&gt; &gt; &gt; \documentclass{article}<BR>&gt; &gt; &gt; \usepackage[dvipdfm]{graphicx}<BR>&gt; &gt; &gt; \begin{document}<BR>&gt; &gt; &gt; Example using \texttt{golfer.eps} from GhostScript.<BR>&gt; &gt;<BR>&gt; &gt; &gt; \[<BR>&gt; &gt; &gt; \includegraphics[width=8cm]{golfer.eps}<BR>&gt; &gt; &gt; \]<BR>&gt; &gt; &gt; \end{document}<BR>&gt; &gt;<BR>&gt; &gt; I tried your example and below is the output:<BR>&gt; &gt;<BR>&gt; &gt; ------------------------------------------------------------<BR>&gt; &gt; D:\vision&gt;latex t-eps<BR>&gt; &gt; This is e-TeXk, Version 3.141592-2.1 (Web2c 7.5.2)<BR>&gt; &gt; %&amp;-line parsing enabled.<BR>&gt; &gt; (c:/Program Files/TeXLive/texmf/web2c/cp8bit.tcx)<BR>&gt; &gt; entering extended mode<BR>&gt; &gt; (./t-eps.tex<BR>&gt; &gt; LaTeX2e &lt;2001/06/01&gt;<BR>&gt; &gt; Babel &lt;v3.7j&gt; and hyphenation patterns for english, dumylang, nohyphenation,<BR>&gt; &gt; ba<BR>&gt; &gt; sque, czech, slovak, german, ngerman, spanish, catalan, french, ukenglish,<BR>&gt; &gt; ital<BR>&gt; &gt; ian, dutch, polish, portuguese, loaded.<BR>&gt; &gt; (c:/Program Files/TeXLive/texmf/tex/latex/base/article.cls<BR>&gt; &gt; Document Class: article 2001/04/21 v1.4e Standard LaTeX document class<BR>&gt; &gt; (c:/Program Files/TeXLive/texmf/tex/latex/base/size10.clo))<BR
>&gt; &gt; (c:/Program<BR>&gt; &gt; Files/TeXLive/texmf/tex/latex/graphics/graphicx.sty<BR>&gt; &gt; (c:/Program<BR>&gt; &gt; Files/TeXLive/texmf/tex/latex/graphics/keyval.sty)<BR>&gt; &gt; (c:/Program<BR>&gt; &gt; Files/TeXLive/texmf/tex/latex/graphics/graphics.sty<BR>&gt; &gt; (c:/Program<BR>&gt; &gt; Files/TeXLive/texmf/tex/latex/graphics/trig.sty)<BR>&gt; &gt; (c:/Program<BR>&gt; &gt; Files/TeXLive/texmf/tex/latex/texlive/graphics.cfg)<BR>&gt; &gt; (c:/Program<BR>&gt; &gt; Files/TeXLive/texmf/tex/latex/graphics/dvipdfm.def)))<BR>&gt; &gt; (./t-eps.aux)<BR>&gt; &gt; &lt;golfer.eps&gt; [1] (./t-eps.aux) )<BR>&gt; &gt; Output written on t-eps.dvi (1 page, 384 bytes).<BR>&gt; &gt; Transcript written on t-eps.log.<BR>&gt; &gt;<BR>&gt; &gt; D:\vision&gt;dvipdfm t-eps<BR>&gt; &gt; t-eps.dvi -&gt; t-eps.pdf<BR>&gt; &gt; [1Warning: Couldn't open font map file fonts.map<BR>&gt; &gt; Warning: Couldn't open font map file fonts.map<BR>&gt; <BR>&gt; Configuration problem -- you should sort this out.<BR>&gt; <BR>&gt; &gt; (./golfer.eps&lt;PS&gt;<BR>&gt; &gt; Version of PDF file (1.4) is newer than version limit specification.<BR>&gt; &gt; pdf_open: Not a PDF 1.[1-3] file<BR>&gt; &gt; Corrupt PDF file?<BR>&gt; &gt; Ignoring stream with with multiple segments<BR>&gt; &gt; )<BR>&gt; &gt; pdf: image inclusion failed for (golfer.eps).<BR>&gt; &gt; ]<BR>&gt; &gt; 14284 bytes written<BR>&gt; &gt; D:\vision&gt;<BR>&gt; &gt; ------------------------------------------------------------<BR>&gt; &gt; I opened "t-eps.dvi" in "windvi.exe" and it looks right. What's problem?<BR>&gt; <BR>&gt; I should have mentioned that the early texlive 2003 was buggy, but that<BR>&gt; many of the bugs were fixed in the version that was bundled with The<BR>&gt; Latex Companion.<BR>&gt; <BR>&gt; My recollection is that dvipdfmx converts the .eps files to .pdf. It may be<BR>&gt; that it is using a newer ghostscript for this and the default for the eps--&gt;pdf<BR>&gt; conversion tool has changed to 1.4 from 1.3. There may be a configuration<BR>&gt; option
 to fix it. The log indicated that parts of the .pdf file were<BR>&gt; ignored. It may<BR>&gt; look OK, but there could be problems in other viewers that acroread silently<BR>&gt; fixes.<BR>&gt; <BR>&gt; It may easier to upgrade to TL2007 than to fix the problems with pdf 1.4<BR>&gt; and the missing fonts.map file. If you don't have the "TLC" update, then<BR>&gt; you are almost surely better off upgrading to the current version.<BR>&gt; <BR>&gt; -- <BR>&gt; George N. White III &lt;aa056@chebucto.ns.ca&gt;<BR>&gt; Head of St. Margarets Bay, Nova Scotia<BR><br /><hr />Make every IM count. Download Windows Live Messenger and join the i¡¯m Initiative now. It¡¯s free.?? <a href='http://im.live.com/messenger/im/home/?source=TAGWL_June07' target='_new'>Make it count!</a></body>
</html>