On Wed, Mar 11, 2009 at 6:41 AM, Thomas A. Schmitz
On Mar 11, 2009, at 12:17 AM, luigi scarso wrote:
Is local command = string.format("luatex --fmt=%s --lua=% %s", string.quote(formatfile), string.quote(scriptfile), string.quote(filename))
correct ?
Why not local command = string.format("luatex --fmt=%s --lua=%s %s", string.quote(formatfile), string.quote(scriptfile), string.quote(filename))
Good catch! Looks like this fixed it for me!
Thanks Luigi.
hmm now $>context test.tex MtxRun | loading configuration for /opt/luatex/minimals-beta/tex/texmf/web2c from /opt/luatex/minimals-beta/tex/texmf-cache/luatex-cache/context/e2d590ed08d5bb7ce264a85c7599601d/trees/e9e4d7636cf4b26ea90087f897dde4ca MtxRun | running command: luatex --fmt="/opt/luatex/minimals-beta/tex/texmf-cache/luatex-cache/context/e2d590ed08d5bb7ce264a85c7599601d/formats/metatex" --lua="/opt/luatex/minimals-beta/tex/texmf-cache/luatex-cache/context/e2d590ed08d5bb7ce264a85c7599601d/formats/metatex.lua" "test.tex" This is LuaTeX, Version snapshot-0.35.0 (test.tex ! Undefined control sequence. l.1 \starttext hello\stoptext -- luigi