Sytse Knypstra wrote:
Warning: pdfetex.exe (file ec-lmr12): Font ec-lmr12 at 72 not found
Output written on test.pdf (1 page, 2019 bytes).

Still puzzled.

Sytse Knypstra

Looks like your ConTeXt is not loading the map file pdftex needs
to find the lmr12.pfb. If I run this:

   Hello world! \bye

I get this output:

  fonts           : resetting map file list
  fonts           : using map file: original-base
  fonts           : using map file: ec-public-lm
  fonts           : using map file: ec-base
  fonts           : using map file: original-ams-base
  fonts           : using map file: original-public-lm
(./valtest.tuo)[1.1{/home/taco/texmf/fonts/map/pdftex/context/original-empty.ma
p}{/home/taco/texmf/fonts/map/pdftex/context/original-base.map}{/home/taco/tex
mf/fonts/map/pdftex/context/ec-public-lm.map}{/home/taco/texmf/fonts/map/pdftex
/context/ec-base.map}{/home/taco/texmf/fonts/map/pdftex/context/original-ams-ba
se.map}{/home/taco/texmf/fonts/map/pdftex/context/original-public-lm.map}]

And that is triggered by my cont-sys.tex, which contains:

  \autoloadmapfilestrue
  \resetmapfiles
  \loadmapfile[original-base.map]

  etc.

So perhaps you cont-sys.tex is broken or missing?

Cheers,
Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to