Hi Hans, In the beta 2011.06.25, "\setscript[hanzi]" can not coexist with the symbols such as "\METAPOST". Please see the following example:
\definefontsynonym[pagella][name:texgyrepagellar] \definefontfallback[hanzi][name:adobesongstd][0x00400-0x2FA1F] \definefontsynonym[myfont][pagella][fallbacks=hanzi] \definefont[song][myfont] \setscript[hanzi] \starttext \song 测试 \METAPOST \stoptext I got an error: error: ...text/tex/texmf-context/tex/context/base/scrp-ini.lua:382: attempt to index field 'resources' (a nil value) But if I skip this error the pdf file still can be output. -- Best regards, Li Yanrui (李延瑞) ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / 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 ___________________________________________________________________________________
