Re: [NTG-context] horizontal alignment of table cells when the content is a \framed

2018-05-04 Thread Wolfgang Schuster

Use \dontleavehmode\framed{…} for the frames in the tables.

Wolfgang

MF 
4. Mai 2018 um 10:28
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
___
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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] horizontal alignment of table cells when the content is a \framed

2018-05-04 Thread MF
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
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___