Has the following been found and corrected?
\definetypeface [\typescriptone] [tt] [mono] [cursor] [default]<argument> \@tlstyle <argument> \@tlstyle
\dousestyleparameter ...\currentstyleparameter {#1 }\ifx \currentstyleparamet... <argument> ...\hss \dousestyleparameter \@tlstyle \dousecolorparameter \@tlc… apparently in: pack-mrl.mkiv My typesetting of an xml-document cannot advance because of this missing \@tlstyle (and possibly also \@tlcolor?) Is there a quick fix? Hans van der Meer On 31 dec. 2011, at 13:32, Hans Hagen wrote:
Hi,
I uploaded a new beta. As I'm still in cleaning-up mode, the usual problems could show up as quite some code was adapted (moved around). For those interested there is a file 'status-mkiv' that can be run to get an overview of where we stand.
One big change has been the way alignments are initialized. There were two methods (one for \setupalign and one for align keywords) and these have been merged into one. A side effect is that an alignment change is twice as fast as before which might make a difference in excessive usage of \framed and some table mechanisms.
Another change is that \color[whatever]{} now always expects an argument (in \MKII {\color[red] ...} is valid too. Some more commands might get that restriction but not the style switchers etc). Again this is twice as fast as the previous method (probably not that noticeable as many switches happen otherwise).
For those who won't/didn't get it by snail mail .. this years card can be found at
http://www.pragma-ade.com/show-gra.pdf#page=33
In 2012 it will of course again be a gamble if the betas work out well,
Hans