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?

Regards
Jannis

===== Copy

I first want to use layouts for "odd" and "even" pages
and then I want to use a "newLayout"
but it does not work:


\setuppapersize[A5][A4]
\setuppagenumbering[alternative=doublesided,  location=inleft]
\setuplayout [marking=on, location=middle]
\showframe

\definelayout [odd][topspace=5cm,backspace=0cm]
\definelayout [even][topspace=0cm,backspace=0cm]
\definelayout [newLayout] [topspace=2cm,backspace=10cm]

\starttext
\dorecurse{10}{\input tufte}
\page

\setuplayout [newLayout] % Now backspace must be 10cm, but it is still 0cm

\dorecurse{10}{\input tufte}
\page
\stoptext



Regards
Jannis


___________________________________________________________________________________
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