I use MacTeX and I recently changed my hard drive and upgraded to TeX Live 2013. I have a style file that I need to use for my thesis. It used to typeset fine, and when I upgraded, it stopped compiling and produces the following error:
Hi
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013)
restricted \write18 enabled.
entering extended mode
(./thesis.tex
LaTeX2e <2011/06/27>
Babel <3.9f> and hyphenation patterns for 78 languages loaded.
(/usr/local/texlive/2013/texmf-dist/tex/latex/base/report.cls
Document Class: report 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2013/texmf-dist/tex/latex/base/size12.clo))
(./smu_thesis.sty
kpathsea: Running mktextfm rpcrr
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input rpcrr
This is METAFONT, Version 2.718281 (TeX Live 2013)
kpathsea: Running mktexmf rpcrr
! I can't find file `rpcrr'.
<*> ...e:=ljfour; mag:=1; nonstopmode; input rpcrr
Please type another input file name
! Emergency stop.
<*> ...e:=ljfour; mag:=1; nonstopmode; input rpcrr
Transcript written on mfput.log.
grep: rpcrr.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input rpcrr' failed to make rpcrr.tfm.
kpathsea: Appending font creation commands to missfont.log.
./smu_thesis.sty:948: Font \pf=rpcrr at 11.0pt not loadable: Metric (TFM) file
not found.
l.948 \font\pf=rpcrr at 11pt
?
Process aborted
I know it has to do with a missing font and I checked for the location of the file rpcrr* in the old system and made sure it's present in the new system in following locations:
/usr/local/texlive/2013/texmf-dist/fonts/tfm/cspsfonts-adobe/courier/rpcrro.tfm
/usr/local/texlive/2013/texmf-dist/fonts/tfm/cspsfonts-adobe/courier/rpcrr.tfm
/usr/local/texlive/2013/texmf-dist/fonts/tfm/courier/rpcrro.tfm
/usr/local/texlive/2013/texmf-dist/fonts/tfm/courier/rpcrr.tfm
/usr/local/texlive/2013/texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/rpcrro.htf
/usr/local/texlive/2013/texmf-dist/tex4ht/ht-fonts/alias/adobe/courier/rpcrr.htf
Still, the thesis just won't typeset. Any help would be greatly appreciated.
.mapfiles may be missing. Which.mapfiles related to therpccrfont metric files are on your old computer? – Mico Dec 21 '13 at 05:55\documentclass[12pt]{report} \usepackage{myStyleFile}
\begin{document} test \end{document} %------------------------------------------------------ and style file is: \font\pf=rpcrr at 11pt \font\spf=rpcrr at 11pt
– user3124496 Dec 22 '13 at 01:35