Hi, this minimal example compiles fine in mkii: \setupcolors[state=start] \starttext \starttabulate \startcolor[red] \NC One \NC A \NC \NR \NC Two \NC B \NC \NR \stopcolor \NC Three \NC C \NC \NR \stoptabulate \stoptext With mkiv, I get this error: ! Missing \endgroup inserted. <inserted text> \endgroup <to be read again> \endtemplate <template> \endtemplate \tabulatenormalcolumn #1->& \iftabulateequal \tabulateequalpos \else \tabulat... \tabulatecontent ->\par \startcolor [red] \NC One \NC A \NC \NR \NC Two \NC ... \fulltabulatecontent ...dcontent \tabulatecontent \tabulatetailcontent \remo... ... l.13 \stoptabulate Bug, or anything wrong with the code? Thomas
Thomas A. Schmitz wrote:
Hi,
this minimal example compiles fine in mkii:
\setupcolors[state=start]
\starttext
\starttabulate \startcolor[red] \NC One \NC A \NC \NR \NC Two \NC B \NC \NR \stopcolor \NC Three \NC C \NC \NR \stoptabulate
\stoptext
well, with mkii you're just lucky, since this is not supposed to work anyway; you're mixing grouping models and it's pure luck if an aftergroup trick then injects the right egroup you need to switch inside the cells Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Thomas A. Schmitz