From: Eric Durant Subject: Re: Converting eps to pdf Date: 18 Sep 2000 00:00:00 GMT Message-ID: <39C644B4.28495988@umich.edu> Content-Transfer-Encoding: 7bit References: <8q57pv$8go$1@sun27.hrz.tu-darmstadt.de> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@eecs.umich.edu X-Trace: news.eecs.umich.edu 969294783 29482 141.213.12.216 (18 Sep 2000 16:33:03 GMT) Organization: EECS Dept. Univ. of Michigan Mime-Version: 1.0 Newsgroups: comp.text.tex I gave up on pdflatex a long time ago -- there were too many things (packages, etc.) which worked fine in LaTeX on a variety of platforms which pdflatex couldn't handle. I just tried it again on a few of my recent documents, and see that it still has many of the same issues. So, I cannot suggest how to fix your pdflatex graphics issues, but I will say that I get press quality PDFs by converting LaTeX documents using both EPS files from a variety of sources and TIFF images with the following procedure: * use latex/bibtex as usual to output a DVI * 'dvips -Ppdf -ta4 dviname' to convert the DVI to PS * look at texmf/dvips/config/config.pdf to see what -Ppdf is doing * use the appropriate -t argument for your paper size * run the resulting .ps file through Adobe Distiller to create a PDF * Distiller has options for graphics compression and such which you might want to set As for troublesome EPS files, I've found Ghostscript and GSview to be helpful in pointing out errors, determining bounding boxes, etc. -- Eric Durant http://edurant.com/