From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26234 Path: news.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Natural tables, rulethickness Date: Sat, 04 Mar 2006 22:48:59 +0100 Organization: chaos 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 1141508948 29329 80.91.229.2 (4 Mar 2006 21:49:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Mar 2006 21:49:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Mar 04 22:49:07 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 1FFecW-000070-D7 for gctc-ntg-context-518@m.gmane.org; Sat, 04 Mar 2006 22:49:00 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6444C1279A; Sat, 4 Mar 2006 22:48:59 +0100 (CET) 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 22084-05; Sat, 4 Mar 2006 22:48:54 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 012931278B; Sat, 4 Mar 2006 22:48:53 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 146DD1278B for ; Sat, 4 Mar 2006 22:48:53 +0100 (CET) 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 22435-04 for ; Sat, 4 Mar 2006 22:48:52 +0100 (CET) Original-Received: from mxout01.versatel.de (mxout01.versatel.de [212.7.152.117]) by ronja.ntg.nl (Postfix) with SMTP id C6EDC126F8 for ; Sat, 4 Mar 2006 22:48:51 +0100 (CET) Original-Received: from mx01.versatel.de (mx01.versatel.de [212.7.146.1]) by mxout01.versatel.de (8.12.11/8.12.11) with ESMTP id k24LmoLl028105 for ; Sat, 4 Mar 2006 22:48:50 +0100 Original-Received: from silver.local (i53879C94.versanet.de [83.135.156.148]) by mx01.versatel.de (8.12.11/8.12.11) with ESMTP id k24Lmop5008971 for ; Sat, 4 Mar 2006 22:48:50 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: (Patrick Gundlach's message of "Sat, 04 Mar 2006 13:55:11 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) 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:26234 Archived-At: [Three rules in a table] Thanks, Peter and Peter, the following setup produces the output I'd like to have: \setupTABLE[r][first][topframe=on,rulethickness=.08em, after={\hrule width\hsize height.05em}] \setupTABLE[r][last][bottomframe=on,rulethickness=.08em] but I wish (feature request....) something like \toprule \bTR .... \eTR \midrule \bTR .... \eTR \bTR .... \eTR \bTR .... \eTR \bottomrule or together with \setupTABLE. Patrick