Mojca Miklavec wrote:
systems : end file a at line 9 ){/Users/mojca/context/tex/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc} ! Emergency stop. <*> a.tex
fclose: Bad file descriptor fclose: Bad file descriptor ! ==> Fatal error occurred, no output PDF file produced!
My luatex happily reports {/opt/tex/texmf-local/fonts/map/dvips/tex-gyre/qpl-ec.map} fonts : using map file: original-youngryu-px {/opt/tex/texmf-project/fonts/map/pdftex/context/original-youngryu-px.map} [1.1] systems : end file pal at line 6 ) Here it seems it doesn't load the encoding file because it loads ec-qplr:afm (unicode encoding), yours probably loads ec-qplr:tfm (ec encodign). Perhaps qplr.pfb is missing? The crash could be a luatex bug then, it is definately possible there is an incorrect fclose(NULL) somewhere when the enc is there but the pfb isn't. Can you try that please? The actully using pfb instead of otf sounds like a mkiv problem. Best wishes, Taco