29 Apr
2010
29 Apr
'10
10:11 a.m.
Hi,
First, declaring one (and only one) page as empty. I mean with no footer/header texts. This is for my cover page, and some page left intentionnaly blank.
\page[empty]
or
\starttextmakeup \stoptextmakeup
Second, I want to change the layout (margin, textwidth, etc) of a page. I know there is a "clean" way to declare a new layout for a specific page but I can't find my source again.
\definelayout[myspecialpage][width=...,height=...,....]
\starttext
...
\page \setuplayout[myspecialpage]
...
\page \setuplayout[reset]
...
\stoptext That was the trick :)
Thanks all for your answers. Antoine C.