On Tue, Oct 21, 2008 at 7:47 PM, Hans Hagen
Hi,
I uploaded a new beta. There are changes in the cached font data but this should not affect runs (apart from some fonts being recached). The memory footprint of fonts is slightly smaller, in otf we now handle multiple unicode -> one glyph situations.
As part of redoing structure related code i rewrote the moveable block code which will be part of the major update later this year. It's not yet 100% functional compatible but faster and more flexible. I'm wondering, are there mkiv users out there who use the block features?
I tested the new block code with MkIV and everything is fine except two unnecessary files in my working directory, they are \jobname-texutil0.tmp and texutil.tub. Here is a example: \defineblock[question] \defineblock[answer] \hideblocks[answer] \starttext \beginquestion Question 1 \endquestion \beginanswer Answer 1 \endanswer \beginquestion Question 2 \endquestion \beginanswer Answer 2 \endanswer \useblocks[answer] \stoptext Wolfgang