Taco Hoekwater wrote:
Hans van der Meer wrote:
Suddenly it seems, I am getting bad messages for quite normal math fonts:
Warning: pdfetex (file cmsy8): kpathsea: Running mktexpk --mfmode / -- bdpi 72 --mag 1+7/72 --dpi 79 cmmi10
Most likely cause: pdftex cannot find the map file that contains the cmmi10 entry, and therefore assumes it is a bitmap font. In my system, there are cmmi10 lines in the following three map files:
fonts/map/pdftex/context/context-base.map fonts/map/pdftex/context/original-ams-cmr.map fonts/map/pdftex/context/original-public-lm.map
Either pdftex cannot find those (the third one is normally the used one), or it loads an incorrect one.
In any case, you should check the 'map file' part of context and pdftex's messages. Or you can try posting the log of the run
\starttext Hello World!\stoptext
if you can't figure out the messages yourself.
btw, in the tui file you can see what map files are expected (loaded) Hans