12 Sep
2013
12 Sep
'13
2 p.m.
Is it possible to have different colored table cell border frames? I tried using the \setuptables[rulecolor=...] but it didn't work. Here is a minimal example: %---------------- \setuptables[rulecolor=red] \starttext \starttable[|l|c|] \NC Column \#1 \VL Column \#2 \SR \DL \DC \DR \NC City \VL Prefecture \LR \stoptable \stoptext %---------------- Please advise.