Archive for March, 2008

Apt-get make it easy

Tuesday, March 25th, 2008

Had this latex error this morning.


(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd)kpathsea: Running mktextfm tcrm1095
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input tcrm1095
This is METAFONT, Version 2.71828 (Web2C 7.5.6)

kpathsea: Running mktexmf tcrm1095
! I can't find file `tcrm1095'.
<*> ...ljfour; mag:=1; nonstopmode; input tcrm1095

Please type another input file name
! Emergency stop.
<*> ...ljfour; mag:=1; nonstopmode; input tcrm1095

Transcript written on mfput.log.
grep: tcrm1095.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input tcrm1095' failed to make tcrm1095.tfm.
kpathsea: Appending font creation commands to missfont.log.

! Font TS1/cmr/m/n/10.95=tcrm1095 at 10.95pt not loadable: Metric (TFM) file no
t found.

relax
l.76 \item {
\bf (Important)} Read Chapters 15-17 over the break. I will lect...

apt-get install cm-super fixed it.

You gotta love debian(ubuntu).