GeneralLow quality PDF output

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Latexcommunity1000
Posts: 7
Joined: Sun Jan 29, 2012 11:27 pm

Low quality PDF output

Post by Latexcommunity1000 »

I am using MikTeX and the PDF output files are of low quality when displayed on the screen. How do you ensure that they come out high quality?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Low quality PDF output

Post by Stefan Kottwitz »

Hi,

if the print output is important, check the print on paper. The PDF display quality depends on the PDF viewer. It an be bad but the print can be fine.

For best possible screen display quality I recommend to use a vector font, not a display font. Check your fonts if you see bad quality.

For example, if you use T1 fontencoding (\usepackage[T1]{fontenc}), which is recommendable, also use a T1 capable font such as Latin Modern (\usepackage{lmodern}). If you would like to use a Computer Modern font and T1, install the package cm-super.

Stefan
LaTeX.org admin
Post Reply