Blank page when using natural table.
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 ---------------------------------------------- I tried it with [doublesided=yes] and no parameter at all. Same results. First a blank page numbered 1, then the table on the second page. -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: "Create Book Covers with Scribus" available at http://www.booklocker.com/books/4055.html
Am 04.05.2013 um 18:18 schrieb john Culleton
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}
\setuplayout[…]
\starttext \startstandardmakeup[doublesided=no] \bTABLE \setupTABLE[frame=on]
Move \setupTABLE before \bTABLE or write \bTABLE[frame=on] even though you don’t need this setup because rules are enabled by default. Wolfgang
On Sat, May 4, 2013 at 6:18 PM, john Culleton
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
participants (3)
-
john Culleton
-
luigi scarso
-
Wolfgang Schuster