Texmaker and TeXstudioclarity in pdf files

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

clarity in pdf files

Post by omkardpd »

Hello,

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

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: 10340
Joined: Mon Mar 10, 2008 9:44 pm

clarity in pdf files

Post by Stefan Kottwitz »

Hi Omkar,

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
LaTeX.org admin
Post Reply