[OS X TeX] problem when print .pdf archive
Berend Hasselman
bhh at xs4all.nl
Thu Jan 28 07:21:06 EST 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
More information about the MacOSX-TeX
mailing list