On Sat, May 4, 2013 at 6:18 PM, john Culleton <John@wexfordpress.com> wrote:
this is an annoyance rather than a deal breaker, but why does
this file generate a blank page numbered one and then the table?

---------------------------------
\setuppapersize[letter]
\setuplayout{margin=0.5in,topspace=0.5in}
\starttext
\startstandardmakeup[doublesided=no]
\bTABLE
   \setupTABLE[frame=on]
        \bTR
        \bTD foo \eTD
        \eTR
 \eTABLE
\stopstandardmakeup
\stoptext

\setuppapersize[letter]
\setuplayout[margin=0.5in,topspace=0.5in]
\starttext
\startstandardmakeup[doublesided=no]
\bTABLE
   \setupTABLE[frame=on]
        \bTR
        \bTD foo \eTD
        \eTR
 \eTABLE
\stopstandardmakeup
\stoptext

--
luigi