On Sat, 29 Mar 2008 18:23:01 +0100, Wolfgang Schuster wrote:
On Fri, 28 Mar 2008 14:02:55 -0700 David
wrote: Hi all
I'm using the natural table environment, and would like the text in each cell to have some horizontal offset from the cell boundaries - but I don't want to change the vertical offset. Is there a way to do this?
\starttext
\startsetups table:margins
\rightskip=1cm\relax \leftskip=1cm\relax
\stopsetups
\setupTABLE [setups=table:margins]
\bTABLE \bTR \bTD \input ward\par \eTD \bTD \input ward\par \eTD \eTR \bTR \bTD \input ward\par \eTD \bTD \input ward\par \eTD \eTR \eTABLE
\stoptext
_________________________________________________________ Thank you, Wolfgang. For my purposes, this setup is perfect. David