Am 19.02.2012 um 23:46 schrieb Jan Heinen:

> Hi,
> 
> no answer to my question?
> To easy or to difficult? Please see above.
> 
> Isn't it possible to define individual layouts when using the default layouts 
> like odd and even?

It’s possible but you have to disable the “odd” and “even” layouts.

\definelayout[odd] […]
\definelayout[even][…]
\definelayout[more][…]

\starttext

… % this text uses the odd and even layouts

\page

\setuplayout[odd] [state=stop]
\setuplayout[even][state=stop]
\setuplayout[more]

… % this text uses the more layout

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to