Hi!

1) I wanted to color some text inside a columnset-environment. That
works fine for text that stays in one column or spans two consecutive
ones. But if there's a pagebreak after the first page, only the left
column gets the background. From page two on everything is fine again.
Any ideas how this comes?

>>>
\setupcolors[state=start]
\definetextbackground[test][
        backgroundcolor=yellow,
        frame=off,
        leftoffset=5mm,
        location=paragraph,
        color=black]

\definecolumnset[example][n=2,distance=5mm]

\starttext
\startcolumnset[example]

\starttextbackground[test]
\dorecurse{12}{\input knuth \par}
\stoptextbackground

\stopcolumnset
\stoptext
>>>

2) And another question: Is there a way to get a leftframe activated
in my defined background?

Have a nice evening,
Eyke
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to