Am 16.04.2013 um 17:41 schrieb Tim Li <timli2013@outlook.com>:

I try to typeset the titlepage and its verso using ConTeXt, but it always generate an empty page on the right if facing.
 
\setupinteraction
    [state=stop,   
     title=Life in These Days,   
     author=Tim Li]
\setupinteractionscreen  
   [option=doublesided]
 
\usetypescript[palatino]
\setupbodyfont[palatino,12pt]
 
\setuppagenumbering  
   [location={footer,middle},   
    alternative=doublesided]
 
\setupmakeup  
   [standard]  
   [pagestate=start]  

\setupmakeup
  [standard]
  [pagestate=start,
   page=yes]

Wolfgang