-----Ursprüngliche Nachricht-----
Von: Wolfgang Schuster [mailto:schuster.wolfgang@googlemail.com]
Gesendet: Dienstag, 27. Januar 2009 10:12
An: thomas.floeren@boschung.com; mailing list for ConTeXt users
Betreff: Re: [NTG-context] backgrounds: help needed
On Tue, Jan 27, 2009 at 9:50 AM, Thomas Floeren
This works for me.
\setupcolors[state=start]
\definetextbackground [example] [location=paragraph, background=color, backgroundcolor=middlegray, frame=off]
\starttext
\input knuth
\startexample \dorecurse{4}{\input knuth\par} \stopexample
\input knuth
\stoptext
Wolfgang
For me this works only with context 2008-10-31.
It doesn't work with the beta from 2008-01-18 (no background).
MkII or MkIV? Can you try "texexec --make metafun --standalone". Wolfgang MkII. I just reinstalled the october version; everything ok. btw: It seems that it still worked fine with a context-beta from 2008-12-01. Thomas