Re: [NTG-context] Framing the text area of a part page w/ tikz/pgf.

2009-01-14 Thread Wolfgang Schuster
Am 14.01.2009 um 20:35 schrieb Bart C. Wise: On Wednesday 14 January 2009 12:03:51 pm Wolfgang Schuster wrote: > Am 14.01.2009 um 19:42 schrieb Bart C. Wise: > > Ultimately I want to load an image and have it framed for the > > background on the part page. I like the ability that tikz gives me

Re: [NTG-context] Framing the text area of a part page w/ tikz/pgf.

2009-01-14 Thread Bart C. Wise
On Wednesday 14 January 2009 12:03:51 pm Wolfgang Schuster wrote: > Am 14.01.2009 um 19:42 schrieb Bart C. Wise: > > Ultimately I want to load an image and have it framed for the > > background on the part page. I like the ability that tikz gives me > > to adjust the opacity of the image, which is

Re: [NTG-context] Framing the text area of a part page w/ tikz/pgf.

2009-01-14 Thread Wolfgang Schuster
Am 14.01.2009 um 19:42 schrieb Bart C. Wise: Ultimately I want to load an image and have it framed for the background on the part page. I like the ability that tikz gives me to adjust the opacity of the image, which is why I tried to find a solution using tikz. So I can find a solution wit

Re: [NTG-context] Framing the text area of a part page w/ tikz/pgf.

2009-01-14 Thread Bart C. Wise
On Wednesday 14 January 2009 11:21:02 am Wolfgang Schuster wrote: > \defineframedtext >    [partframed] >    [width=\textwidth, >     height=\textheight, >     rulethickness=5pt, >     top=\vfill, >     bottom=\vfill\vfill] > > \setuphead >    [part] >    [before=\startpartframed, >     after=\stop

Re: [NTG-context] Framing the text area of a part page w/ tikz/pgf.

2009-01-14 Thread Wolfgang Schuster
Am 14.01.2009 um 18:53 schrieb Bart C. Wise: The code below frames the text area of a part page. The part page removes the footer and headers, then I use definelayout to change the text height & width. It works find until I load the pgf and/or tikz modules. When either of those modules are

[NTG-context] Framing the text area of a part page w/ tikz/pgf.

2009-01-14 Thread Bart C. Wise
The code below frames the text area of a part page. The part page removes the footer and headers, then I use definelayout to change the text height & width. It works find until I load the pgf and/or tikz modules. When either of those modules are loaded, the frame is forced to the next page.