View Single Post
Old 04-05-2007, 06:21 PM   #12
Hadrien
Feedbooks.com Co-Founder
Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.Hadrien understands the importance of being earnest.
 
Hadrien's Avatar
 
Posts: 2,263
Karma: 145123
Join Date: Nov 2006
Location: Paris, France
Device: Sony PRS-t-1/350/300/500/505/600/700, Nexus S, iPad
Quote:
Originally Posted by BACbKA
I kept generating the PDF via
latex: tex -> dvi
dvipdfm: dvi -> pdf
and all was good and dandy with my output PDFs.
However, now I am trying to format an article which has Metapost-produced PS figures inside, and thus I must go via the
dvips: dvi->ps
ps2pdf: ps->pdf
(or maybe dvipdf: dvi->pdf)
route.

Unfortunately, whether I do it this way, or add a -D160 option to dvips/dvipdf to change the DPI accordingly to the iliad's DPI, the letters look "jumping" in a line on the Iliad, with a +-1px fuzz relative to the baseline and non-even vertical lines -- +-1px in width as well. Ugly to the extreme.

dvips -D160
also causes the following gripes on the output:
kpathsea: Running mktexpk --mfmode / --bdpi 160 --mag 1+0/160 --dpi 160 ecrm1200
mktexpk: Mismatched mode ljfour and resolution 160; ignoring mode.
mktexpk: Can't guess mode for 160 dpi devices.
mktexpk: Use a config file, or update me.
kpathsea: Appending font creation commands to missfont.log.
dvips: Font ecrm1200 at 160 not found; scaling 600 instead.
dvips: Such scaling will generate extremely poor output.

(repeated for several fonts used by the document).
Has anybody found a way around that?

V
Which font are you using ? Not all font can be scaled this way, I guess that's part of the problem here.
Hadrien is offline   Reply With Quote