Am 26.09.2008 um 13:15 schrieb Jelle Huisman:

> Hi,
>
> Is it possible to give a layout definition a name? It would be really
> helpful to be able to say \definelayout[name=one][...]
> \definelayout[name=two][...]
> and then to be able to say: \setuplayout[one] and somewhere else in  
> the
> document \setuplayout[two]
> (This would mirror the way it is possible to switch papersizes.)

\definelayout[one][..,..=..,..]
\definelayout[two][..,..=..,..]


\starttext

text

\page

\setuplayout[one]

text

\page

\setuplayout[two]

text

\page

\setuplayout[reset]

text

\stoptext

> Or is there another way to have different collections of \definelayout
> settings that can be switched on or off at specific places? What is  
> the
> best approach?


Regards,
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to