Hi, I uploaded a beta. Quite some files were touched as I went over all messages at the Lua end (simplified using the formatter, more consistent, etc). It might be that I made mistakes which then will show up when tracing options are enabled or error messages are issued. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
2013/3/13 Hans Hagen
Hi,
I uploaded a beta. Quite some files were touched as I went over all messages at the Lua end (simplified using the formatter, more consistent, etc). It might be that I made mistakes which then will show up when tracing options are enabled or error messages are issued.
fails to define fonts. See this example: \definefontsynonym[song][name:adobesongstd] \definefontfallback[hereos][name:texgyreherosregular][0x0000-0x0400] \definefontsynonym[fbsong][song][fallbacks=hereos] \definefont[newsong][fbsong] \starttext \newsong 夹杂 English 的中文文本 \stoptext I get the error: ! LuaTeX error .../context/tex/texmf-context/tex/context/base/font-col.lua:90: attempt to get length of local 'd' (a nil value) stack traceback: .../context/tex/texmf-context/tex/context/base/font-col.lua:90: in function 'fontcollectiondefine' [string "\directlua "]:1: in main chunk. -- Best regards, Li Yanrui (李延瑞)
On 3/13/2013 3:59 AM, Li Yanrui (李延瑞) wrote:
fails to define fonts. See this example:
\definefontsynonym[song][name:adobesongstd] \definefontfallback[hereos][name:texgyreherosregular][0x0000-0x0400] \definefontsynonym[fbsong][song][fallbacks=hereos] \definefont[newsong][fbsong]
\starttext \newsong 夹杂 English 的中文文本 \stoptext
I get the error:
fixed in next beta ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Li Yanrui (李延瑞)