Hello dear context-enthusiasts,

I want to place the pagenumber on a double-sided project with coordinates. I tried the layer-mechanism:

\setuppagenumbering[location=]

\definelayer
  [pagenumber]
  [width=\paperwidth,
   height=\paperheight,
   location={left,top},
   x=120mm,y=220mm,
   doublesided=yes]

\startsetups layer
\setlayer[pagenumber][even]{\pagenumber}
\stopsetups

\setupbackgrounds[page][setups=layer,background={pagenumber}]

\starttext
~\page~\page~\page
\stoptext


And it works, but only for the left (even) page. On the right page I want to place the pagenumber on different coordinates. I tried to copy the layer and then change [even] to [odd] with different coordinates, but that did not work (no pagenumber printed). What do you suggest?

Thank you.
Huseyin

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to