Hi, I uploaded a beta. There is also an updated status-mkiv document: files done 644 files todo 314 files pending 21 (some day) obsolete 2 total 981 So, I have some files to go (mostly lua files) before I pick up the column thread. The memory footprint should be somewhat smaller for non cjk usage. (format generation as well as runtime) and the format file is some 10-15% smaller now. 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 -----------------------------------------------------------------
On 26/07/12 20:12, Hans Hagen wrote:
Hi,
I uploaded a beta. There is also an updated status-mkiv document:
files done 644 files todo 314 files pending 21 (some day) obsolete 2 total 981
So, I have some files to go (mostly lua files) before I pick up the column thread.
The memory footprint should be somewhat smaller for non cjk usage. (format generation as well as runtime) and the format file is some 10-15% smaller now.
Many thanks for the new beta, Hans. I'm not sure whether this is important, but http://www.pragma-ade.com/general/qrcs/setup-en.pdf#page=3 contains the date "July z, 2012" Just in case it helps, Pablo -- http://www.ousia.tk
On 26-7-2012 20:36, Pablo Rodríguez wrote:
I'm not sure whether this is important, but http://www.pragma-ade.com/general/qrcs/setup-en.pdf#page=3 contains the date "July z, 2012"
fixed in next ----------------------------------------------------------------- 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 -----------------------------------------------------------------
2012/7/27 Hans Hagen
The memory footprint should be somewhat smaller for non cjk usage. (format generation as well as runtime) and the format file is some 10-15% smaller now.
The fonts fallback can not work. This is a minmal example: \definefontsynonym[song][name:adobesongstd] \definefontfallback[hereos][name:texgyreherosregular][0x0000-0x0400] \definefontsynonym[fbsong][song][fallbacks=hereos] \definefont[newsong][fbsong] \starttext \newsong 夹杂 English 的中文文本 \stoptext When I compile it, i get an error: error: ...text/tex/texmf-context/tex/context/base/font-col.lua:213: Invalid field id font for node type hlist (3) -- Best regards, Li Yanrui (李延瑞)
On 27-7-2012 04:22, Li Yanrui (李延瑞) wrote:
2012/7/27 Hans Hagen
: The memory footprint should be somewhat smaller for non cjk usage. (format generation as well as runtime) and the format file is some 10-15% smaller now.
The fonts fallback can not work.
This is a minmal example:
\definefontsynonym[song][name:adobesongstd] \definefontfallback[hereos][name:texgyreherosregular][0x0000-0x0400] \definefontsynonym[fbsong][song][fallbacks=hereos] \definefont[newsong][fbsong] \starttext \newsong 夹杂 English 的中文文本 \stoptext
When I compile it, i get an error:
error: ...text/tex/texmf-context/tex/context/base/font-col.lua:213: Invalid field id font for node type hlist (3)
line 212 should be: for n in traverse_id(glyph_code,head) do 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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Li Yanrui (李延瑞)
-
Pablo Rodríguez