General ⇒ Why is my letters pixilated in PDF
Why is my letters pixilated in PDF
I am using the same preamble and master document and the same programs for compiling and viewing as the other members of my study group and the letters in thir PDF-files remain sharp at 6400% zoom.
We are using TeXnicCenter, MikTeX and Adope Acrobat 8.0 pro
I don't get any warnings about fonts when compiling to PDF. But it's not possible to copy/paste text from one of my PDF-files.
It must be some setting along the way from LaTeX to PS-file to PDF, but I don't know what that could be. Please help
I just tried to convert one of the others PS-files to PDF - and that looks fine, so it must be in the creation of the PS-file from LaTeX.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Why is my letters pixilated in PDF
welcome to the board!
Do you use T1 font encoding, i.e. do you have
Code: Select all
\usepackage[T1]{fontenc}
Code: Select all
\usepackage{lmodern}
Stefan
Re: Why is my letters pixilated in PDF

we were using:
\usepackage{t1enc}
but have now installed the cm-super package. And that works - couldn't have done that without you.
Thx.