9 Oct
2013
9 Oct
'13
12:50 p.m.
Am 09.10.2013 um 10:29 schrieb hwitloc@gmail.com:
I'm having some problems. Here is a minimum example showing the problem:
Table #1 In the first case \DL[1] does not work and no line is displayed, but the columns line up nicesly.
Table #2 In this table I accidentally got \DL[1] to work by added a \NC to th last row. BUT, the last row is not misaligned by about 1 character position.
How could I get Example #2 below to align properly and why is \DL not working in example #1?
You missed the \NC before \AR. \starttext \starttable[|r|] \NC Table Header Here \NC\AR \DL[1] \DR \NC misc item 1 \NC\AR \NC misc item 2 \NC\AR \stoptable \stoptext Wolfgang