29 Apr
2010
29 Apr
'10
7:32 a.m.
Am 29.04.10 07:41, schrieb Antoine Cailliau:
Hi,
I'm looking for two specific "tricks":
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 Wolfgang