On 10-1-2012 16:07, Meer, H. van der wrote:
It seems the problem was caused by older user-base files repeairing some problems I had with older versions.
I find the following problems:
(1) \starthiding-\stophiding is not functioning. Minimal example: \starttext \starthiding CRY: \stophiding Hello world. \stoptext Error message: ! Too many }'s. \buff_stop #1->\egroup \getvalue {#1} l.7 \stophiding
(2) This one is still not solved (2 problems in one):
\setuppapersize[A5]A5] \definetextbackground[testA][% location=text,background=color,backgroundcolor=yellow] \starttext \startitemize \starttextbackground[testA] \item \input tufte \stoptextbackground \stopitemize \stoptext (/Users/hans/TeX/context/tex/texmf-context/tex/context/sample/tufte.tex) ! Extra }, or forgotten \endgroup. system> tex> error on line 15 in file textbackground.tex: Extra }, or forgotten ... <inserted text> \egroup \hangindent 0.0pt\hangafter 1\parskip 0.0pt\leftskip... \carryoverpar ...skip \rightskip \the \rightskip } l.15 \stoptextbackground
And on interchanging the position of the textbackground it runs but the positioning is still wrong: \item \starttextbackground[testA] \input tufte
forget about \item and use this: \startitemize \startitem \starttextbackground[testA]\input tufte \stoptextbackground \stopitem \stopitemize which works, apart from a shift 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 -----------------------------------------------------------------