On Sat, May 4, 2013 at 6:18 PM, john Culleton <j...@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
___________________________________________________________________________________
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