> > 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 > \definelayout[2][reset] > \setuplayout[first] > Sorry Vianney, I don't understand how it works your code. Please can you type some lines more? Something with % % here goes Vianney's code % \starttext \showframe \dorecurse{40}{\input knuth \par} \stoptext Many thanks. Sam Qasbah