30 Dec
2010
30 Dec
'10
2:27 p.m.
On Thu, Dec 30, 2010 at 01:32, Sam Qasbah
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] However, I don't know if there is a better way. Vianney