ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TABLE width question
@ 2007-02-09 13:38 Steffen Wolfrum
  2007-02-09 18:15 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Wolfrum @ 2007-02-09 13:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: TABLE width question
  2007-02-09 13:38 TABLE width question Steffen Wolfrum
@ 2007-02-09 18:15 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2007-02-09 18:15 UTC (permalink / raw)
  To: ntg-context

On Fri, 9 Feb 2007 14:38:51 +0100
Steffen Wolfrum <context@st.estfiles.de> wrote:

> 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
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-09 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-09 13:38 TABLE width question Steffen Wolfrum
2007-02-09 18:15 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).