Am 25.12.2009 um 20:25 schrieb Oliver Buerschaper:
Dear all,
how can I get columns within a layer? I tried
--- \setupbackgrounds [page] [background=text]
\definelayer [text] [width=\paperwidth, height=\paperheight]
\startbuffer[test] \startcolumns[n=2] \input zapf \stopcolumns \stopbuffer
\starttext
\startstandardmakeup
\setlayerframed [text] [x=1cm, y=3cm] [width=12cm, height=6cm, align=normal, offset=none, framecolor=gray] {\getbuffer[test]}
\stopstandardmakeup
\stoptext ---
with no success :-( I'm running MkIV, by the way.
\usemodule[streams] \definestreamlayer[test][method=overlay] \setupbackgrounds[page][background=test] \starttext \startstreamlayer[test] \startcolumns \input knuth \stopcolumns \stopstreamlayer \setlayer[test][x=5cm,y=10cm]{\placestreamlayer[test]} \stoptext Wolfgang