0

I am using MikTex, and reduced the problem to the following document:

\documentclass[12pt, a4paper]{article}
\usepackage[T1]{fontenc} % this causes the problem

\begin{document}
Lorem ipsum dolor .....
\end{document}

If I compile this document using pdflatex test.tex and then open the resulting PDF in Google Chrome it looks like this:

enter image description here

Here's without \usepackage[T1]{fontenc}:

enter image description here

Needless to say, the latter looks a lot better. What could be causing this?

orlp
  • 262
  • 1
    It looks like your document is using bitmapped fonts... see this question: http://tex.stackexchange.com/questions/1291/why-are-bitmap-fonts-used-automatically – Brandon Kuczenski Nov 06 '13 at 23:54
  • @BrandonKuczenski That was indeed it thanks, would it be possible to close this as a duplicate, or should I delete my question? – orlp Nov 07 '13 at 05:09

0 Answers0