From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27272 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: TABLE 'last line' tag? Date: Thu, 20 Apr 2006 08:26:28 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145514220 18515 80.91.229.2 (20 Apr 2006 06:23:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 06:23:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 20 08:23:35 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWSZU-0007em-PW for gctc-ntg-context-518@m.gmane.org; Thu, 20 Apr 2006 08:23:21 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8998A127A8; Thu, 20 Apr 2006 08:23:19 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21306-07; Thu, 20 Apr 2006 08:23:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B2DAF1277C; Thu, 20 Apr 2006 08:23:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 427FC1277C for ; Thu, 20 Apr 2006 08:23:13 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21312-07-3 for ; Thu, 20 Apr 2006 08:23:12 +0200 (CEST) Original-Received: from swip.net (mailfe04.tele2.fr [212.247.154.108]) by ronja.ntg.nl (Postfix) with SMTP id 6F01012772 for ; Thu, 20 Apr 2006 08:23:12 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [80.170.13.254] (HELO localhost) by mailfe04.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 180490603 for ntg-context@ntg.nl; Thu, 20 Apr 2006 08:23:09 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: User-Agent: Opera M2/7.54 (FreeBSD, build 955) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27272 Archived-At: On Wed, 19 Apr 2006 22:55:23 -0700, Johannes Graumann wrote: > Hello, > > When formating tables the first row (top of the header) is easily > formated > by using for example: > \setupTABLE[row][1][rulethickness=0.90pt,topframe=on] > > I was wondering whether there's an equivalent for specifically addressing > the LAST row in a table? Something along the lines of > \setupTABLE[row][last][rulethickness=0.90pt,topframe=on] > \setupTABLE[row][-1][rulethickness=0.90pt,topframe=on]%python-like > which both don't work ... Do you want to do this? \setupTABLE[row][last][rulethickness=0.90pt,bottomframe=on] Regards, BG