Re: [NTG-context] Layout for the first page

2010-12-30 Thread Vianney le Clément
On Thu, Dec 30, 2010 at 16:05, Hans Hagen wrote: > maybe good to put this on the wiki Done: http://wiki.contextgarden.net/Layout#Multiple_layouts ___ If your question is of interest to others as well, please add an en

[NTG-context] Layout for the first page

2010-12-30 Thread Sam Qasbah
>>* Sorry Vianney, I don't understand how it works your code. Please can you *>>* type *>>* some lines more? Something with *> > Even simpler than before, using your example: > > \setuplayout[% default layout for all the pages > backspace=1cm, > width=middle] > > \definelayout[1][% set this layou

Re: [NTG-context] Layout for the first page

2010-12-30 Thread Hans Hagen
On 30-12-2010 3:53, Vianney le Clément wrote: Sorry Vianney, I don't understand how it works your code. Please can you type some lines more? Something with Even simpler than before, using your example: \setuplayout[% default layout for all the pages backspace=1cm, width=middle] \definelay

Re: [NTG-context] Layout for the first page

2010-12-30 Thread Vianney le Clément
> Sorry Vianney, I don't understand how it works your code. Please can you > type > some lines more? Something with Even simpler than before, using your example: \setuplayout[% default layout for all the pages backspace=1cm, width=middle] \definelayout[1][% set this layout on the first page b

[NTG-context] Layout for the first page

2010-12-30 Thread Sam Qasbah
> > On Thu, Dec 30, 2010 at 01:32, Sam Qasbah > wrote: > >* I'm working on a document that must have a layout for the first page and a *> >* different layout for all the other pages. *> > This works for me: > > \setuplayout[...=...] % global layout >

Re: [NTG-context] Layout for the first page

2010-12-30 Thread Vianney le Clément
On Thu, Dec 30, 2010 at 01:32, Sam Qasbah wrote: > I'm working on a document that must have a layout for the first page and a > different layout for all the other pages. This works for me: \setuplayout[...=...] % global layout \definelayout[first][...=...] % layout for the first page \definelayo

[NTG-context] Layout for the first page

2010-12-29 Thread Sam Qasbah
Hello to all of you. I'm working on a document that must have a layout for the first page and a different layout for all the other pages. On this mailing list Hans Hagen said that the technique to set up a layout for the first page of a document is \setuplayout[1][key=value, ... ] I tried that c