Am 14.11.2013 um 21:33 schrieb Thomas A. Schmitz
Hi,
the latest betas have problems with TEXpage. The following example gives the expected result with an older version of context (2013.06.10 22:51), but fails with several betas from November (empty page created, no error); unfortunately, it is an older file, and I have no idea when exactly it broke:
\startTEXpage[offset=0.5ex]
\bTABLE[frame=off,loffset=1ex,roffset=1ex,align={middle,lohi}] \bTR \bTD A \eTD \bTD B \eTD \bTD C \eTD \eTR \eTABLE
\stopTEXpage
It’s a \framed bug, when you change “align=normal” to “align=line” the frame os correct. \starttext \startframed [framecolor=red, align=normal, ] \bTABLE \bTR \bTD A \eTD \eTR \eTABLE \stopframed \stoptext Wolfgang