Am 14.11.2013 um 21:33 schrieb Thomas A. Schmitz <thomas.schm...@uni-bonn.de>:

> 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
___________________________________________________________________________________
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