From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11050 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: Re: \setupTABLE commands? Date: Fri, 14 Feb 2003 18:41:45 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: References: <863cmqigmv.fsf@rationalbuilding.net> 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 1045265699 20355 80.91.224.249 (14 Feb 2003 23:34:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 23:34:59 +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 18jpMA-0005IA-00 for ; Sat, 15 Feb 2003 00:34:58 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id F17C510AE9; Sat, 15 Feb 2003 00:37:14 +0100 (MET) Original-Received: from muaix02.mcs.muohio.edu (muaix02.mcs.muohio.edu [134.53.253.22]) by ref.ntg.nl (Postfix) with ESMTP id EE6A810AE7 for ; Sat, 15 Feb 2003 00:35:53 +0100 (MET) Original-Received: from muwnt04 (muwnt04.mcs.muohio.edu [134.53.7.74]) by muaix02.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with SMTP id h1ENZqbC064926 for ; Fri, 14 Feb 2003 18:35:52 -0500 Original-Received: From mcsaix02.mcs.muohio.edu ([134.53.253.26]) by muwnt04 (WebShield SMTP v4.5 MR1a); id 1045265751367; Fri, 14 Feb 2003 18:35:51 -0500 Original-Received: from fastmail.fm (u142.s28.muohio.edu [134.53.28.142]) by mcsaix02.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with ESMTP id h1ENZmYc142872 for ; Fri, 14 Feb 2003 18:35:49 -0500 Original-To: ntg-context@ntg.nl In-Reply-To: <863cmqigmv.fsf@rationalbuilding.net> 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:11050 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11050 Ah, I wasn't being too clear. i want to set up the table formatting in the document header, not within the text. Should I then be using the \setuptables command instead? I don't really understand the difference. Bruce On Friday, February 14, 2003, at 06:31 PM, Tomasz Kosinski wrote: > "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 > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >