From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11049 Path: main.gmane.org!not-for-mail From: Tomasz Kosinski Newsgroups: gmane.comp.tex.context Subject: Re: \setupTABLE commands? Date: Fri, 14 Feb 2003 18:31:20 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <863cmqigmv.fsf@rationalbuilding.net> References: <2618EFD8-406D-11D7-95C2-0050E4258255@fastmail.fm> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045265345 18747 80.91.224.249 (14 Feb 2003 23:29:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 23:29:05 +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 18jpGQ-0004s5-00 for ; Sat, 15 Feb 2003 00:29:02 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 4868410AE9; Sat, 15 Feb 2003 00:31:18 +0100 (MET) Original-Received: from localhost (mickle.dialup.access.net [166.84.194.82]) by ref.ntg.nl (Postfix) with ESMTP id 7E01E10AE7 for ; Sat, 15 Feb 2003 00:29:31 +0100 (MET) Original-Received: from peter by localhost with local (Exim 3.36 #1 (Debian)) id 18jpIe-0002o1-00 for ; Fri, 14 Feb 2003 18:31:20 -0500 Original-To: ntg-context@ntg.nl In-Reply-To: <2618EFD8-406D-11D7-95C2-0050E4258255@fastmail.fm> ("Bruce D'Arcus"'s message of "Fri, 14 Feb 2003 17:39:16 -0500") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) 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:11049 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11049 "Bruce D'Arcus" writes: > 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, if you mean centered horizontally, it works if you use midaligned > \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] \midaligned{ \bTABLE > \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] \bTR, etc \eTABLE } looking for other good ways to accomplish same... Tomasz