Hi, looking through enattab and this list's archive I saw that we have … \bTABLE[option=stretch] … to make a table wide as textwidth, and … \setupTABLE[column][1][width=.5\hsize] … to make the first column half of textwidth. Now, I want to have the *entire* table scaled .75 of textwidth (set the columns width automatically). Is there also an option / a command for this? Steffen
On Fri, 9 Feb 2007 14:38:51 +0100
Steffen Wolfrum
Hi,
looking through enattab and this list's archive I saw that we have …
\bTABLE[option=stretch]
… to make a table wide as textwidth, and …
\setupTABLE[column][1][width=.5\hsize]
… to make the first column half of textwidth.
Now, I want to have the *entire* table scaled .75 of textwidth (set the columns width automatically). Is there also an option / a command for this?
Steffen
Hi Steffen, \starttext \input knuth \bTABLE[textwidth=.75\textwidth] \bTR \bTD \input knuth \eTD \bTD \input knuth \eTD \eTR \eTABLE \stoptext Wolfgang
participants (2)
-
Steffen Wolfrum
-
Wolfgang Schuster