On Thu, Dec 30, 2010 at 01:32, Sam Qasbah
http://www.ntg.nl/mailman/listinfo/ntg-context> 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
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 backspace=6cm] \definelayout[2][reset] % reset to the default layout starting from the second page \starttext \showframe \dorecurse{20}{\input dawkins \par \input knuth \par} \stoptext Vianney
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]
\definelayout[1][% set this layout on the first page backspace=6cm]
\definelayout[2][reset] % reset to the default layout starting from the second page
\starttext \showframe \dorecurse{20}{\input dawkins \par \input knuth \par} \stoptext
maybe good to put this on the wiki ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Thu, Dec 30, 2010 at 16:05, Hans Hagen
maybe good to put this on the wiki
participants (3)
-
Hans Hagen
-
Sam Qasbah
-
Vianney le Clément