Preventing bad quality pdf – output results in LaTeX
When generating an output for LaTeX documents, one might experience a bad quality of the pdf-output, while the dvi output looks good. The letters seem blurry and have kind of torn edges, which might be a nice effect for Photoshop but not for your publications. The trick to prevent these bad results is to add just one line to the preamble of your main-file.
\usepackage{ae}
The main use of the ae package is to produce pdf-files using versions of the CM fonts instead of the bitmapped EC fonts.
There are sources, that say \usepackage{times} also should be added to the preamble, but that changes the whole look of your document, and by the way, the times-package is obsolete.
The result is shown in this before and after images:
Comments(0)



