Hello list,
i have a problem of alignment of cell tables that contain a \framed:
the horizontal alignment is ignored by table cells in natural and
extreme tables.
Instead a \framed inside a \framed looks ok:
\starttext
Framed:
\framed[framecolor=blue,offset=none,width=10cm,height=7cm,align={middle
,lohi}]
{\framed[width=3cm,height=2cm,align={middle,lohi},orientation=35]{hello
}}
\blank
Natural tables:
\bTABLE[framecolor=green]
\bTR
\bTD[offset=none,width=10cm,height=7cm,align={middle,lohi}]
\framed[width=3cm,height=2cm,align={middle,lohi},orientation=35]{hello}
\eTD
\eTR
\eTABLE
\blank
Extreme tables
\startxtable[framecolor=red]
\startxrow
\startxcell[offset=none,width=10cm,height=7cm,align={middle,lohi}]
\framed[width=3cm,height=2cm,align={middle,lohi},orientation=35]{hello}
\stopxcell
\stopxrow
\stopxtable
\stoptext
(the problem arose when i tried to set the dimensions of a rotated
content independently from the cell's dimensions)
Best greetings,
Massi