30 Oct
2013
30 Oct
'13
5:43 p.m.
Hello everyone. I like to compose tables using the method "Natural Tables" recommended "Contextgarden" but do not know how I have to configure to display only horizontal lines (not vertical). I send a minimal example: \starttext \starttable[|c|c|] \HL \NC Letters \NC Numbers \SR % or \NC\AR \HL \NC A \NC 1 \AR \NC B \NC 2 \AR \NC C \NC 3 \AR \HL \stoptable \stoptext How I could "translate" to a "natural table " this code? Thanks to all