Blurry fonts when converting txt to PDF with MikTeX on new computer

  • Topic: LaTeX 
  • Thread starter Thread starter 3.14159265358979
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 3K views
3.14159265358979
Messages
43
Reaction score
0
okay, a few months ago i posted a question on how to convert my txt files into a pdf file. The people who responded were VERY helpful, but recently i purchased a new computer and i transferred over the miktex program and the work i had done on my old computer. The problem is, when i convert txt files into pdf files with my new computer, the font is really blurry when i open acrobat. Any ideas what can be causing this? I'm assuming its something to do in the settings of acrobat's fonts...but who knows...thanks a bunch!
 
Physics news on Phys.org
Does printing look okay?
How does it look in gsview?

According to http://www.di.ens.fr/~monniaux/download/Latex-PDF.HOWTO

1.1 Type1 and Type3 fonts

Modern LaTeX systems (teTeX, for instance) are capable of using at
least the following kinds of fonts:
* Type1
* METAFONT

While Type1 fonts can be used straight away in Postscript or PDF
output, METAFONT fonts have to be rasterized at some resolution
(typically 300 or 600 dpi), then included as Type3 fonts (each
character being assigned a bitmap image).

Acrobat Reader is very bad at displaying Type3 bitmapped fonts, making
the text very blurry and very tiresome to read; printing works
nevertheless.

If a PDF files shows as blurry in Acrobat Reader, one should ask
File -> Document info -> Fonts and check whether the fonts used in the
document are Type3.
[SEE TODO]

When making PDF files, one should therefore stick to Type1 fonts.
 
Last edited by a moderator:
i'm having trouble changing it into a type1 font...when i go to file-document properties-fonts, its all type3 fonts...how do i change it to type1 fonts? is there a comand i have to write in txt? thanks!
 
I'm not that familiar with the whole issue.
I got the above link and the ones below by googling...

http://ballade.cs.ucla.edu/~kohcc/sigdacdrom/instruct/fonts.html
http://www.adobe.com/support/techdocs/17fa6.htm
http://www.eecs.berkeley.edu/~regroff/content/latex2pdf/


A few years ago, I observed this blurriness when converting from tex to dvi to pdf. (I don't convert txt to pdf.)
I'm not sure if it was an updated MikTeX package or Ghostscript/GSview postscript utilities that resolved my problems.

How does your pdf file look in gsview?
http://www.cs.wisc.edu/~ghost/gsview/
 
Last edited by a moderator: