Re: [NTG-context] No output for layers

2008-07-08 Thread Uwe Koloska
Hello, Am Dienstag, 8. Juli 2008 schrieb Wolfgang Schuster: > On Tue, Jul 8, 2008 at 2:17 PM, Oliver Buerschaper > > --- > > \definelayer > >[mylayer] > >[x=78mm, > > y=3mm, > > height=43.5mm, > > width=128mm] > > > > \starttext > > > > \setlayer[mylayer][pr

Re: [NTG-context] No output for layers

2008-07-08 Thread Uwe Koloska
Hello, Am Dienstag, 8. Juli 2008 schrieb Wolfgang Schuster: > Set the values with \setlayer and not with \definelayer. But then you can't use 'preset=middle' cause this relies on the actual dimensions of the layer. So if you wanna use placements relative to the right or bottom side of the layer

Re: [NTG-context] No output for layers

2008-07-08 Thread Wolfgang Schuster
On Tue, Jul 8, 2008 at 3:19 PM, Oliver Buerschaper <[EMAIL PROTECTED]> wrote: >>> Do you perhaps also know how to draw a frame around the layer >>> boundary? The command \setlayerframed only seems to encapsulate the >>> actual content with a frame … >> >> Can you be more concrete, what do you mean

Re: [NTG-context] No output for layers

2008-07-08 Thread Oliver Buerschaper
>> Do you perhaps also know how to draw a frame around the layer >> boundary? The command \setlayerframed only seems to encapsulate the >> actual content with a frame … > > Can you be more concrete, what do you mean by boundry oround the > layer. I'm thinking of a frame that visualizes the actua

Re: [NTG-context] No output for layers

2008-07-08 Thread Wolfgang Schuster
On Tue, Jul 8, 2008 at 2:54 PM, Oliver Buerschaper <[EMAIL PROTECTED]> wrote: >> \flushlayer[mylayer] > > Yes, that's it! Thanks a lot … > > Do you perhaps also know how to draw a frame around the layer > boundary? The command \setlayerframed only seems to encapsulate the > actual content with a fr

Re: [NTG-context] No output for layers

2008-07-08 Thread Oliver Buerschaper
> \flushlayer[mylayer] Yes, that's it! Thanks a lot … Do you perhaps also know how to draw a frame around the layer boundary? The command \setlayerframed only seems to encapsulate the actual content with a frame … Oliver ___

Re: [NTG-context] No output for layers

2008-07-08 Thread Wolfgang Schuster
On Tue, Jul 8, 2008 at 2:24 PM, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: > On Tue, Jul 8, 2008 at 2:17 PM, Oliver Buerschaper > <[EMAIL PROTECTED]> wrote: >> Dear all, >> >> somehow the following won't produce any PDF output: >> >> --- >> \definelayer >>[mylayer] >>[x=78mm, >>

Re: [NTG-context] No output for layers

2008-07-08 Thread Wolfgang Schuster
On Tue, Jul 8, 2008 at 2:17 PM, Oliver Buerschaper <[EMAIL PROTECTED]> wrote: > Dear all, > > somehow the following won't produce any PDF output: > > --- > \definelayer >[mylayer] >[x=78mm, > y=3mm, > height=43.5mm, > width=128mm] > > \starttext > > \setlayer

Re: [NTG-context] No output for layers

2008-07-08 Thread Wolfgang Schuster
On Tue, Jul 8, 2008 at 2:17 PM, Oliver Buerschaper <[EMAIL PROTECTED]> wrote: > Dear all, > > somehow the following won't produce any PDF output: > > --- > \definelayer >[mylayer] >[x=78mm, > y=3mm, > height=43.5mm, > width=128mm] > > \starttext > > \setlayer

[NTG-context] No output for layers

2008-07-08 Thread Oliver Buerschaper
Dear all, somehow the following won't produce any PDF output: --- \definelayer [mylayer] [x=78mm, y=3mm, height=43.5mm, width=128mm] \starttext \setlayer[mylayer][preset=middle]{Hello world!} \stoptext --- Any ideas? Oliver _