extreme table and right frames with vertically spanned cells
Hi list, It looks like switching off right frame is not taken into account when spanning cell vertically. Consider this example: \starttext \startxtable \startxrow \startxcell A \stopxcell \startxcell [ny=2,rightframe=off] B \stopxcell \stopxrow \startxrow \startxcell C \stopxcell \stopxrow \stopxtable \stoptext The output is |A|B |C| | And I would expect |A|B |C| Am I wrong somewhere? Regards and happy new year, Damien Thiriet
On 1/4/20 7:00 PM, Damien Thiriet wrote:
Hi list,
It looks like switching off right frame is not taken into account when spanning cell vertically.
Hi Damien, this might be a bug, since other options work fine, such as in: \starttext \startTEXpage[offset=1em] \startxtable \startxrow \startxcell A \stopxcell \startxcell[ny=2, background=color, backgroundcolor=blue, rightframe=off, align=lohi, foregroundcolor=yellow] B \stopxcell \stopxrow \startxrow \startxcell C \stopxcell \stopxrow \startxrow \startxcell 1 \stopxcell \startxcell 2 \stopxcell \stopxrow \startxrow \startxcell[nx=2, background=color, backgroundcolor=orange, bottomframe=off, align=center, foregroundcolor=gray] 3 \stopxcell \stopxrow \stopxtable \stopTEXpage \stoptext Happy New Year 2020 to all, Pablo -- http://www.ousia.tk
On 1/4/2020 7:00 PM, Damien Thiriet wrote:
Hi list,
It looks like switching off right frame is not taken into account when spanning cell vertically.
Consider this example:
\starttext \startxtable \startxrow \startxcell A \stopxcell \startxcell [ny=2,rightframe=off] B \stopxcell \stopxrow \startxrow \startxcell C \stopxcell \stopxrow \stopxtable \stoptext
can you test (for side effects) with this in cont-new.mkiv: \unprotect \unexpanded\def\dummyxcell {\begingroup \let\inheritedxtableframed\relax \tabl_x_start_cell_nop \tabl_x_stop_cell \endgroup} \protect Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Damien Thiriet
-
Hans Hagen
-
Pablo Rodriguez