Am 12.06.2012 um 18:49 schrieb Bill Meahan:

> I must be having a bad day since I can't find the answer to this simple 
> question on the wiki. I'm sure it's me but...
> 
> How do I test if I am on an odd or even page? I need the equivalent of:
> PSUEDO COMMAND
> \doifoddpageelse{what to do on oddpage)(what to do on even page}
> 
> This is _not_ in a header, BTW

\define\MyCommand
  {\signalrightpage\doifrightpageelse{{\tttf RIGHT PAGE!}}{{\tttf LEFT Page!}}}

\setuppagenumbering[alternative=doublesided]

\starttext
\dorecurse{10}{\MyCommand\page}
\stoptext

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

maillist : [email protected] / 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