I am compiling a latex file and I am getting the error
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 0+480/600 --dpi 480 fplmrmktexpk: don't know how to create bitmap font for fplmr.
mktexpk: perhaps fplmr is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.
$ rpm -ql texlive-mathpazo|grep fpl
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmb.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmbb.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmbi.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmr.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmri.afm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmb.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmbb.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmbi.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmr.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmri.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmb.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmbb.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmbi.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmr.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmri.pfb
I do have the font as part of the mathpazo package. I do not understand what entry might be missing from some kind of map file.
initexmf -mkmapsto refreshdvips.map& friends. – Bernard Dec 04 '17 at 20:43kpsewhich psfonts.mapandgrep fplmr $(kpsewhich psfonts.map)? The fontfplmris a Type1 font used for math. – Ralf Stubner Jan 12 '18 at 10:30initexnorinimfrecognize the-mkmapsoption. – Máté Wierdl Jan 15 '18 at 20:59$ kpsewhich psfonts.map /usr/share/texlive/texmf-dist/fonts/map/dvips/updmap/psfonts.map $ grep fplmr $(kpsewhich psfonts.map) fplmr PazoMath <fplmr.pfb fplmri PazoMath-Italic <fplmri.pfb– Máté Wierdl Jan 15 '18 at 21:01updmap --admin. – Bernard Jan 15 '18 at 21:09updmapwithout any options did the job. – Máté Wierdl Jan 19 '18 at 17:47