I'm a beginner to latex. I'm using PostScript fonts in my latex code as follows.
Code: Select all
Code, edit and compile here:
\usepackage{times,mathptmx,courier}\usepackage[scaled=.92]{helvet}\usepackage{pifont}
how can I eliminate this problem and use PostScript fonts successfully with latex?kpathsea: Running
mktextfm
ptmr7t
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ptmr7t
This is METAFONT, Version 2.718281 (TeX Live 2009/Debian)
kpathsea: Running
mktexmf
ptmr7t
! I can't find file `ptmr7t'. <*> ...:=ljfour; mag:=1; nonstopmode; input ptmr7t Please type another input file name ! Emergency stop. <*> ...:=ljfour; mag:=1; nonstopmode; input ptmr7t Transcript written on mfput.log.
grep: ptmr7t.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ptmr7t' failed to make ptmr7t.tfm.
kpathsea: Appending font creation commands to missfont.log.
Thank you