From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11047 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: \setupTABLE commands? Date: Fri, 14 Feb 2003 17:39:16 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <2618EFD8-406D-11D7-95C2-0050E4258255@fastmail.fm> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045261981 2344 80.91.224.249 (14 Feb 2003 22:33:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 22:33:01 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18joOB-0000bZ-00 for ; Fri, 14 Feb 2003 23:32:59 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C213210AE9; Fri, 14 Feb 2003 23:35:16 +0100 (MET) Original-Received: from muaix01.mcs.muohio.edu (muaix01.mcs.muohio.edu [134.53.253.21]) by ref.ntg.nl (Postfix) with ESMTP id C5F6810AE7 for ; Fri, 14 Feb 2003 23:33:23 +0100 (MET) Original-Received: from muwnt05 (muwnt05.mcs.muohio.edu [134.53.7.75]) by muaix01.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with SMTP id h1EMXMMI017024 for ; Fri, 14 Feb 2003 17:33:22 -0500 Original-Received: From mcsaix02.mcs.muohio.edu ([134.53.253.26]) by muwnt05 (WebShield SMTP v4.5 MR1a); id 1045262002108; Fri, 14 Feb 2003 17:33:22 -0500 Original-Received: from fastmail.fm (u94.s28.muohio.edu [134.53.28.94]) by mcsaix02.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with ESMTP id h1EMXJYc107444 for ; Fri, 14 Feb 2003 17:33:20 -0500 Original-To: ConTeXt list X-Mailer: Apple Mail (2.551) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11047 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11047 I've been looking for a summary of available commands in \setupTABLE, but can't find it. I had thought the following (modified from the nattab manual) would get me a table centered on the page, with spacing before and after, but it doesn't: \definecolor[back-1][r=.8,g=.8,b=.4] \definecolor[back-2][r=.8,g=.8,b=.6] \definecolor[back-3][r=.8,g=.8,b=.8] \setupTABLE[background=color, frame=off, framecolor=white, location=middle, spaecbefore=1*medium, spaceafter=1*medium] \setupTABLE[row][1] [rulethickness=2pt,bottomframe=on] \setupTABLE[row][1] [backgroundcolor=back-1] \setupTABLE[row][odd] [backgroundcolor=back-2] \setupTABLE[row][even][backgroundcolor=back-3] Bruce