From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27302 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: TABLE 'last line' tag? Date: Thu, 20 Apr 2006 18:50:17 +0200 Message-ID: <4447BBC9.1040607@elvenkind.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1145551879 15806 80.91.229.2 (20 Apr 2006 16:51:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 16:51:19 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 20 18:51:16 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 1FWcMy-0003xw-Kk for gctc-ntg-context-518@m.gmane.org; Thu, 20 Apr 2006 18:51:04 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5F8D5127A9; Thu, 20 Apr 2006 18:51:04 +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 01006-08; Thu, 20 Apr 2006 18:51:04 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 36D771279F; Thu, 20 Apr 2006 18:49:19 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D4A961279F for ; Thu, 20 Apr 2006 18:49:17 +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 32624-01-2 for ; Thu, 20 Apr 2006 18:49:16 +0200 (CEST) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with SMTP id C2BD012783 for ; Thu, 20 Apr 2006 18:49:16 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:40923 helo=[192.168.1.3]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1FWcLE-0002KU-EM for ntg-context@ntg.nl; Thu, 20 Apr 2006 16:49:16 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: 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:27302 Archived-At: Peter M=FCnster wrote: > On Thu, 20 Apr 2006, Johannes Graumann wrote: > = > = >>nico wrote: >> >> >>>Do you want to do this? >>>\setupTABLE[row][last][rulethickness=3D0.90pt,bottomframe=3Don] >> >>Yes, that's what I want, but it doesn't work for me. > = > Could you send a minimal example? > This works here: Same for me. Perhaps it is a grouping issue? This fails: \setupTABLE[frame=3Doff] {\setupTABLE[row][last][rulethickness=3D0.90pt,bottomframe=3Don]} \bTABLE ... \eTABLE Taco