On 9/26/22 20:26, Angel M Alganza via ntg-context wrote:
On Mon, Sep 26, 2022 at 07:10:40PM +0200, Pablo Rodriguez via ntg-context wrote: [...]
There might be a workaround (or a way of testing this), compiling the PDF document with LuaTeX instead of with LuaMetaTeX.
It seems it is compiled with LuaTeX:
$ pdfinfo a6.pdf Title: a6 Creator: LuaMetaTeX 2.09 20220429 + ConTeXt LMTX 2022.05.11 11:36 Producer: LuaMetaTeX-2.09
No, this was compiled with LuaMetaTeX.
If you compile it invoking "context source.tex", use "context --luatex source.tex".
When I try that I get:
$ context --luatex a6lua.tex [...] mtxrun | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
In that case, run "context --luatex --generate" first and then "context --luatex a6lua.tex". This would give you a pure LuaTeX-compiled PDF document. I think that this PDF document will be fine with your printer. I hope it helps, Pablo