10 Sep
2018
10 Sep
'18
10:45 a.m.
bump On 09/07/2018 09:58 AM, Henri Menke wrote:
Dear list,
I'm trying to color the background of “p” cells in tabulate. The MWE below will fail with the error “Undefined control sequence \IMPOSSIBLE” but when I enter scrollmode to finish the run, I get a PDF which looks exactly as intended. Looks like it's not \IMPOSSIBLE after all but there is actually just a definition missing. Can you please fix this?
Cheers, Henri
---
\starttext \starttabulate[|CM{black}l|CM{gray}p|][distance=none] \HL \VL \color[white]{\bf Table NAME} \CM[black] \VL\NR \HL \VL \VL \bf Description: \VL\NR \HL \VL \VL \startitemize \dorecurse{60}{\item Item \recurselevel} \stopitemize \VL\NR \HL \stoptabulate \stoptext