Parameters of a table that interfere on another table
Hi, I do not understand why the parameters of the first table apply to the second table. Best regards, Fabrice \setuppapersize[A4][A4] \setuplayout[ backspace=15mm, width=middle, topspace=15mm, height=middle, header=0pt, footer=0pt, ] \definelabel[TableRow][text=,headcolor=red,numberconversion=characters,numberstopper=.] \starttext \starmidaligned \blank[big] \setupTABLE[row][first][align={right}] \setupTABLE[row][first][align={right,lohi}, topframe=off,leftframe=off,rightframe=off] \bTABLE[width=0.25\textwidth,offset=1ex] \bTR[nc=4] \bTD text \eTD \eTR \bTR \bTD \TableRow \ text \eTD \bTD \TableRow \ text \eTD \bTD \TableRow \ text \eTD \bTD \TableRow \ text \eTD \eTR \bTR \bTD \eTD \bTD \eTD \eTR \eTABLE \stopmidaligned \blank[big] \startmidaligned \bTABLE[align={middle,lohi}] \setupTABLE[column][first][width=0.3\textwidth] \setupTABLE[column][two][width=0.7\textwidth] \bTR \bTD[nc=3] text \eTD \bTD[nr=2] \eTD \eTR \bTR \bTD text \eTD \bTD[nc=2] text \eTD \eTR \eTABLE \stopmidaligned \stoptext
Am 09.12.2014 um 23:01 schrieb Fabrice Couvreur
: Hi, I do not understand why the parameters of the first table apply to the second table. Best regards, Fabrice
\setupTABLE[column][two][width=0.7\textwidth]
This setup doesn’t work because „two“ isn’t a valid keyword for \setupTABLE, you have to replace it with "2". Wolfgang
Hi Wolfgang, Sorry for the late reply. Thank you, I replaced the "two" with "2" in my tables. But I am trying to make a geometry course in space with many tables including many figures, and I still have problems with the tables. The file is too long to be posted on the forum, I try to correct the problems one by one. Best regards, Fabrice
participants (3)
-
Fabrice
-
Fabrice Couvreur
-
Wolfgang Schuster