Bug with lmtx and color in table
Hello, With the latest version of lmtx, the background color of cells does not work. Thank you. Fabrice \starttext \startxtable [align={middle,lohi}, offset=0.8ex,background=color, backgroundcolor=red,frame=off] \startxrow \startxcell \m{\displaystyle\binom{n-1}{k-1}} \stopxcell \startxcell[width=fit] \m{+} \stopxcell \startxcell \m{\displaystyle\binom{n-1}{k}} \stopxcell \stopxrow \startxrow \startxcell \stopxcell \startxcell[width=fit] \m{=} \stopxcell \startxcell \m{\displaystyle\binom{n}{k}} \stopxcell \stopxrow \stopxtable \stoptext
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
participants (2)
-
Fabrice Couvreur
-
Wolfgang Schuster