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? Regards --------------- \starttext \starttable[|r|] \NC Table Header Here \AR \DL[1] \DR \NC misc item 1 \AR \NC misc item 2 \AR \stoptable \starttable[|r|] \NC Table Header Here \AR \DL[1] \DR \NC misc item 1 \AR \NC misc item 2 \NC \AR \stoptable \stoptext
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
participants (2)
-
hwitloc@gmail.com
-
Wolfgang Schuster