Slawek Zak wrote:
I'd like to split some source code over a couple of pages. I'd like it to have distinct background and rounded frame around.
Search on google comes up with an email from Hans answering some fellow wanting the same thing, but the technique used was textbackgrounds which doesn't give me the frame, just the background.
Is there any way to tickle framed+splitfloat or any other macro to achieve what I want?
text background can have frames, and anything drawable by metapost; if you can;t find it in details.pdf let me know; anyhow, the next one gives me a frame and a background (see core-pos.tex for the real dirty details and how to hook in your own mp code) todo, excercise: only topline at first page and bottom line at last page (not that hard -) \setupcolors[state=start] \definetextbackground[zak][state=start] \starttext \starttextbackground[zak] \dorecurse{10}{\input bryson\endgraf} \stoptextbackground \stoptext 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 -----------------------------------------------------------------