2011/6/9 Hans Hagen <pra...@wxs.nl>:
> Hi,
>
> I uploaded a beta.
>

The luatex-plain format has been broken. I use the following file to
generate format.

\input plain
\directlua {tex.enableprimitives('', tex.extraprimitives())}
\pdfoutput=1
\everyjob \expandafter {%
    \the\everyjob
    \input luatex-basics\relax
    \input luatex-fonts\relax
    \input luatex-mplib\relax
}
\edef\fmtversion{\fmtversion+luatex}
\dump

During luatex run I get an error:

! LuaTeX error 
...pt/context/tex/texmf-context/tex/generic/context/luatex-fonts-merged.lua:2655:
unexpected symbol near '.

I think "local table.setmetatableindex(t,f)" in the
luatex-fonts-merged.lua should be "local function
table.setmetatableindex(t,f)".

After I modified as above, some simple examples can be compiled.
However I get an error again when I try to use CJK fonts. For example:

\font\song=AdobeSongStd-Light
\bye

The error message is "! LuaTeX error
...-context/tex/generic/context/luatex-fonts-merged.lua:4466: attempt
to index local 'unicodevector' (a nil value).".

-- 
Best regards,

Li Yanrui
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to