ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Box can't be reshaped
@ 2008-08-12  8:52 Wolfgang Schuster
  2008-08-12  9:43 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2008-08-12  8:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Box can't be reshaped
  2008-08-12  8:52 Box can't be reshaped Wolfgang Schuster
@ 2008-08-12  9:43 ` Hans Hagen
  2008-08-12 10:15   ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2008-08-12  9:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Box can't be reshaped
  2008-08-12  9:43 ` Hans Hagen
@ 2008-08-12 10:15   ` Wolfgang Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2008-08-12 10:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Aug 12, 2008 at 11:43 AM, Hans Hagen <pragma@wxs.nl> wrote:
> 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
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-12 10:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-12  8:52 Box can't be reshaped Wolfgang Schuster
2008-08-12  9:43 ` Hans Hagen
2008-08-12 10:15   ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).