[Tex/LaTex] way to make standard LaTex PDF output look good *on screen* as well

pdfrenderingscreen

While LaTeX-based PDFs are generally very good when printed, I find most of them really hard and annoying to read on-screen when viewing the full page. Most line widths are very small, which results in badly rendered screen fonts or e.g. boxes with some non-displayed lines. Documents produced with other software don't suffer so much from this.

For example:

  • try reading this letter on screen in a PDF reader such as Adobe Reader.
  • or see the box in this document on page 2, at certain zoom levels the left line of the box is not shown)

Besides zooming in in the PDF reader (I don't like that, because I loose overview), or changing the default Latex font, is there an easy way to make LaTeX PDFs more on-screen readable?

(PS: I use Windows)

Best Answer

The first document has no scalable fonts, it uses the default ComputerModern. A

\usepackage[T1]{fontenc}
\usepackage{lmodern}

will help. And for the second document it is always a problem with the viewer and the magnification.