Roland wrote:
Hi, sorry to get back to this so late but I still can't get it to work with the latest updated ConTeXt Minimals. Am I using a wrong command? Is the command already integrated in the latest Minimals? I can't seem to find it in the setup-en.pdf file dated August 28th...
Solution (in syst-aux.mkiv): \def\HandleNoGroup % retrofit into mkii {\ifnum\currentgrouptype=\@@semisimplegroup \expandafter\HandleNoGroupA \else \expandafter\HandleNoGroupB \fi} \long\def\HandleNoGroupA#1#2% {\long\def\AfterGroup{#2\endgroup}% \begingroup\aftergroup\AfterGroup#1} \long\def\HandleNoGroupB#1#2% {\long\def\AfterGroup{#2\egroup}% \bgroup\aftergroup\AfterGroup#1} Needs some testing (In mkiv i occasionally use begingroup/endgroup instead if bgroup/egroup so that confuses the pseudo cap handler) 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 -----------------------------------------------------------------