I am trying to build a document with pdflatex (MikTeX) but it fails. It seems to be the used font on the title page. The error is as follows:
miktex-makemf: The md-chr7y source file could not be found.
Running ttf2pk.exe...
miktex-makepk: PK font md-chr7y could not be created.
!pdfTeX error: pdflatex (file md-chr7y): Font md-chr7y at 572 not found
==> Fatal error occurred, no output PDF file produced!
I found some information that this may be caused by a missing "charter" font packet. But this package was already installed and even reinstalling did not change anything.
Searching for "md-chr7y" I found three files:
MiKTeX 2.9\fonts\afm\mathdesign\mdbch\md-chr7y.afm
MiKTeX 2.9\fonts\type1\mathdesign\mdbch\md-chr7y.pfb
MiKTeX 2.9\fonts\tfm\mathdesign\mdbch\md-chr7y.tfm
Update:
I checked the available updmap.cfg files for the Map mdbch.map entry. I found the entry in the file MiKTeX 2.9\miktex\config\updmap.cfg.
What else can I do to fix this problem?
pdftex.mapfile. Pressing "Update FNDB" in the MiKTeX control panel may help. – egreg Mar 19 '12 at 9:48updmap.cfgfile on your system, in which the lineMap mdbch.mapshould appear. If not, you have to edit the configuration runninginitexmf --edit-config-file updmapfrom a command shell in order to add that line and theninitexmf --mkmaps. At least this is what the system should have done when adding thecharterpackage. Some expert with MiKTeX may shed some light on this: it may be necessary to use the--adminoption to the two commands. – egreg Mar 19 '12 at 10:27pdftex.mapfile. – egreg Mar 19 '12 at 10:33initexmf --mkmaps. Thanks for the help. – Robert Mar 19 '12 at 10:34