From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26508 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: Rows or columns on top in TABLE Date: Sun, 26 Mar 2006 22:41:23 +0200 Message-ID: <4426FC73.6060305@gmx.net> References: <97a06f070603241442v7a1a7086k@mail.gmail.com> 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 1143405732 9027 80.91.229.2 (26 Mar 2006 20:42:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Mar 2006 20:42:12 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 26 22:42:10 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 1FNc3l-0002Gr-9m for gctc-ntg-context-518@m.gmane.org; Sun, 26 Mar 2006 22:42:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A25F12775; Sun, 26 Mar 2006 22:42:01 +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 06700-01-6; Sun, 26 Mar 2006 22:41:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 505E1127A6; Sun, 26 Mar 2006 22:41:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 38376127A6 for ; Sun, 26 Mar 2006 22:41:55 +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 06700-01-5 for ; Sun, 26 Mar 2006 22:41:54 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 1BA3A12775 for ; Sun, 26 Mar 2006 22:41:53 +0200 (CEST) Original-Received: (qmail invoked by alias); 26 Mar 2006 20:41:53 -0000 Original-Received: from i577B9D8B.versanet.de (EHLO [192.168.1.3]) [87.123.157.139] by mail.gmx.net (mp037) with SMTP; 26 Mar 2006 22:41:53 +0200 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: johan.sandblom@ki.se, mailing list for ConTeXt users In-Reply-To: <97a06f070603241442v7a1a7086k@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 X-Y-GMX-Trusted: 0 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:26508 Archived-At: Hi Johan, Johan Sandblom wrote: > Hello, > > the following creates a table with the even rows gray, but the lines > between columns is only visible on the rows with no background. Is > there a way to influence whether the row or column layouts are on top? > None that I know of. The lines are part of the table cell, which means that a vertical line between two columns is made of many small line segments. So the line is printed, when the cell is printed (left to right, top to bottom). Also when a cell is printed, it overlaps their left and top neighboar cell a bit. I could imagine some reasons (printing/buggy viewer) for this, but you better ask Hans. An easy solution: use leftframe in the next column instead (as they are not overdrawn) and use rightframe only for the last column. Greets, Peter > Regards, Johan > > \bTABLE > \setupTABLE[frame=off] > \setupTABLE[c][1,2][rightframe=on] > \setupTABLE[row][even][background=color, backgroundcolor=gray] > \bTR\bTD test\eTD\bTD test\eTD\eTR > \bTR\bTD test\eTD\bTD test\eTD\eTR > \bTR\bTD test\eTD\bTD test\eTD\eTR > \eTABLE > > -- > Johan Sandblom N8, MRC, Karolinska sjh > t +46851776108 17176 Stockholm > m +46735521477 Sweden > "What is wanted is not the will to believe, but the > will to find out, which is the exact opposite" > - Bertrand Russell > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >