Texmaker and TeXstudio ⇒ clarity in pdf files
clarity in pdf files
I am not getting clear copies of pdf which I create using MikTex using Texmaker editor. I am mean, the words are not clear and distinct on screen and in print outs. Is this an issue of pdf version (I am using 5.0) or I can adjust clarity of font characteristics in Texmaker?
Thank you,
Omkar
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
clarity in pdf files
this has nothing to do with TeXmaker. Your other questions (for instance spacing between paragraphs) too, that's why I will move them to the appropriate subforum like LaTeX/ General. You still will be able find them quickly if you click on View your posts for instance.
To your question, maybe you are using fontenc with T1 option (\usepackage[T1]{fontenc}) but don't have the corresponding T1 fonts installed, then TeX may choose different fonts of lower quality. I could be sure if you posted an example pdf as attachment here.
One possible solution is to install the cm-super package using the MiKTeX package manager. There would be no change needed in your document.
Another solution could be using the lmodern fonts: \usepackage{lmodern}. But those are slightly different from the standard Computer Modern fonts, some people say it looks better.
Stefan