From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25890 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: line with height=0 in TABLE Date: Mon, 06 Feb 2006 23:09:43 +0100 Message-ID: <43E7C927.1060101@seznam.cz> 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 1139263802 1690 80.91.229.2 (6 Feb 2006 22:10:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2006 22:10:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 06 23:10:00 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 1F6EYT-0005ny-8i for gctc-ntg-context-518@m.gmane.org; Mon, 06 Feb 2006 23:09:53 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2458212809; Mon, 6 Feb 2006 23:09:51 +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 19067-05; Mon, 6 Feb 2006 23:09:48 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3E4F91280A; Mon, 6 Feb 2006 23:09:47 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9EB071280A for ; Mon, 6 Feb 2006 23:09:45 +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 06566-06-2 for ; Mon, 6 Feb 2006 23:09:44 +0100 (CET) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 97A5212809 for ; Mon, 6 Feb 2006 23:09:44 +0100 (CET) Original-Received: (qmail 28136 invoked from network); 6 Feb 2006 22:09:43 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (vit.zyka@seznam.cz@62.240.166.134) by tic.go.seznam.cz with ESMTPA; 6 Feb 2006 22:09:43 -0000 X-Seznam-User: vit.zyka@seznam.cz User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: X-Antivirus: avast! (VPS 0604-3, 26.01.2006), Outbound message X-Antivirus-Status: Clean 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:25890 Archived-At: Peter M=FCnster wrote: > Hello, > = > I would like to have a line with zero height in a TABLE, but it seems to = be > more difficult, than I thought: > = > \starttext > \setupTABLE[r][2][height=3D0pt,offset=3D0pt] ^^^^^^^^^^ offset=3Doverlay Cheers Vit > \bTABLE > \bTR \bTD bla \eTD \eTR > \bTR \bTD \eTD \eTR > \bTR \bTD bla \eTD \eTR > \eTABLE > \stoptext > = > There is still some height in line 2... > How could I get rid of this please? > = > Greetings, Peter