[OS X TeX] problem when print .pdf archive

Berend Hasselman bhh at xs4all.nl
Thu Jan 28 13:21:06 CET 2010


On 28-01-2010, at 12:39, Sr Sur wrote:

> Hello everybody!!
> 
> I've problems wheh I try to print the .pdf output archive. The problem is that the printed version have a bad resolution, like a draft.
> 

A .pdf output archive?
How have you generated the pdf?

> I Typeset with Latex and Tex+DVI script (becouse of I've used .eps images).
> 
> \usepackage[dvips]{graphicx}

If you were to use package epstopdf your .eps files would be converted to pdf
Replace the line

\usepackage[dvips]{graphicx}

with

\usepackage{graphicx}
\usepackage{epstopdf}

Then you don't need the roundabout method of generating the pdf.
Just use the pdftex script or even better pdflatexmk.
Don't use file extensions in \includegraphics.

Berend
-------------- next part --------------
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex



More information about the macostex-archives mailing list