Hans Hagen wrote:

Hi,

I'm fighting deadlines right now, but later i'll try to get a look at the current table thread (maybe someone can summarize the problem)

Hans

\SetTableToWidth{10cm}
\starttable[|c|c|c|]...\stoptable
set width to 10 cm, but if I don't care about cell I can have an overfull box.


So the problem seem to be
"Can I set the total width of a TABLE using a macros like \setupTABLE[tablewidth=10cm] ?"


To solve this problem, I usually set every cell width using
\setupTABLE[x][n][width=..];


But with \setupTABLE[tablewidth=...] I will avoid to specify every single cell width, and the TABLE will find the right dimensions.

I will look into core-ntb.tex.

luigi






_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to