From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34174 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Help with ConTeXt TaBlE Date: Mon, 09 Apr 2007 23:07:51 +0200 Message-ID: <461AAB27.8050807@elvenkind.com> References: <200704091230.12205.jazz_johnson@verizon.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176169218 25395 80.91.229.12 (10 Apr 2007 01:40:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Apr 2007 01:40:18 +0000 (UTC) To: jazz_johnson@verizon.net, mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 10 03:39:49 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1Hb15t-0006Qw-Gj for gctc-ntg-context-518@m.gmane.org; Mon, 09 Apr 2007 23:08:09 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0D12B20311; Mon, 9 Apr 2007 23:08:07 +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 15088-02; Mon, 9 Apr 2007 23:07:59 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 38060202A3; Mon, 9 Apr 2007 23:07:59 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 42238202A3 for ; Mon, 9 Apr 2007 23:07:57 +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 14998-08 for ; Mon, 9 Apr 2007 23:07:52 +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 ESMTP id 376D020270 for ; Mon, 9 Apr 2007 23:07:52 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:55623 helo=[10.10.0.6]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1Hb15b-000I3N-HF; Mon, 09 Apr 2007 21:07:51 +0000 User-Agent: Thunderbird 1.5.0.9 (X11/20070105) In-Reply-To: <200704091230.12205.jazz_johnson@verizon.net> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34174 Archived-At: Jeremy Johnson wrote: > > But I can't find the equivalent of "@{}" which removes the padding around > cells so that a horizontal line is flush with thee text. s(0pt) See http://wiki.contextgarden.net/Table > I also can't seem to find > a way to draw a fine double line: "\hline \hline \\[-8pt]" That, I don't really know. \HL \NC\vadjust{\kern-16pt}\NC\NR \HL seems to work, but is very ugly coding. Best, Taco