22 Jul
2020
22 Jul
'20
3:43 p.m.
Fabrice Couvreur schrieb am 22.07.2020 um 17:09:
Hello, With the latest version of lmtx, the background color of cells does not work.
Unrelated to tables. You can reduce xtable and natural table based examples very often to a simple \framed because both tables types inherit many features from it. \starttext \startbuffer \vrule width 4cm height 4cm depth 0pt\relax \stopbuffer \typebuffer \getbuffer \startbuffer \hrule width 4cm height 4cm depth 0pt\relax \stopbuffer \typebuffer \getbuffer \startbuffer \frule width 4cm height 4cm type fill\relax \stopbuffer \typebuffer \getbuffer \stoptext Wolfgang