Hi, Rotated text in \framed dproduce the following error message: ! Incompatible list can't be unboxed. \doreshapeframedbox ...hapebox \unvcopy \framebox \endofshapebox \global \@@... I run into this problem with a natural table. \starttext \setupTABLE[orientation=180] \bTABLE \bTR\bTD \input knuth \eTD\eTR \eTABLE \stoptext This happens only in MkII (the MkIV reshape code works) and i know I have to use a width for the each to let it work but is there no better solution for this. Wolfgang
Wolfgang Schuster wrote:
Hi,
Rotated text in \framed dproduce the following error message:
! Incompatible list can't be unboxed. \doreshapeframedbox ...hapebox \unvcopy \framebox \endofshapebox \global \@@...
I run into this problem with a natural table.
\starttext
\setupTABLE[orientation=180]
\bTABLE \bTR\bTD \input knuth \eTD\eTR \eTABLE
\stoptext
This happens only in MkII (the MkIV reshape code works) and i know I have to use a width for the each to let it work but is there no better solution for this.
in core-rul.mkii \def\doreshapeframedbox % frozen, that is ... \shapeboxstrut added {\ifvbox\framebox \beginofshapebox ... \fi} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Tue, Aug 12, 2008 at 11:43 AM, Hans Hagen
Wolfgang Schuster wrote:
Hi,
Rotated text in \framed dproduce the following error message:
! Incompatible list can't be unboxed. \doreshapeframedbox ...hapebox \unvcopy \framebox \endofshapebox \global \@@...
I run into this problem with a natural table.
\starttext
\setupTABLE[orientation=180]
\bTABLE \bTR\bTD \input knuth \eTD\eTR \eTABLE
\stoptext
This happens only in MkII (the MkIV reshape code works) and i know I have to use a width for the each to let it work but is there no better solution for this.
in core-rul.mkii
\def\doreshapeframedbox % frozen, that is ... \shapeboxstrut added {\ifvbox\framebox \beginofshapebox ... \fi}
Nice, it's time for me to reread my TeX books. Wolfgang
participants (2)
-
Hans Hagen
-
Wolfgang Schuster