From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16899 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Losing frames in table Date: Tue, 02 Nov 2004 11:11:40 +0100 Message-ID: <41875D5C.1040201@boede.nl> References: <3.0.5.32.20041031114248.008df750@mail.northcoast.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070004050002060401060108" X-Trace: sea.gmane.org 1099390591 17802 80.91.229.6 (2 Nov 2004 10:16:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2004 10:16:31 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 02 11:16:22 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COviA-0006vc-00 for ; Tue, 02 Nov 2004 11:16:22 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4D14F127B9; Tue, 2 Nov 2004 11:16:22 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18740-01; Tue, 2 Nov 2004 11:16:21 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 269BA127A3; Tue, 2 Nov 2004 11:11:43 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F2C20127A3 for ; Tue, 2 Nov 2004 11:11:41 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18502-09 for ; Tue, 2 Nov 2004 11:11:41 +0100 (CET) Original-Received: from smtp-vbr9.xs4all.nl (unknown [194.109.24.29]) by ronja.ntg.nl (Postfix) with ESMTP id 5FC9712792 for ; Tue, 2 Nov 2004 11:11:41 +0100 (CET) Original-Received: from [192.168.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-vbr9.xs4all.nl (8.12.11/8.12.11) with ESMTP id iA2ABfXB068457 for ; Tue, 2 Nov 2004 11:11:41 +0100 (CET) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <3.0.5.32.20041031114248.008df750@mail.northcoast.com> X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16899 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16899 This is a multi-part message in MIME format. --------------070004050002060401060108 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, When testing your code, indeed there are no partial frames as setup by \setupTABLE. What I detected is, that you can only switch on the outer lines of the table \setupTABLE[column][first][leftframe=on]%was:\setupTABLE[column][first][rightframe=on] \setupTABLE[row][last][bottomframe=on]%was:\setupTABLE[row][first][bottomframe=on] This is porbably something Hans should look at. I can't imagine that this is a feature :-) Willi David Arnold wrote: > All, > > How come I don't get frames (rightframe=on, bottomframe=on) in my table > with this? > > \setupTABLE[background=screen,screen=0.8,color=darkred,frame=off] > \setupTABLE[column][first][rightframe=on] > \setupTABLE[row][first][bottomframe=on] > > \placetable[none]{}{% > \bTABLE[align={middle,lohi},width=3em] > \bTR \bTD $x$ \eTD \bTD $y$ \eTD \eTR > \bTR \bTD $x_1$ \eTD \bTD $y_1$ \eTD \eTR > \bTR \bTD $x_2$ \eTD \bTD $y_2$ \eTD \eTR > \bTR \bTD $\vdots$ \eTD \bTD $\vdots$ \eTD \eTR > \bTR \bTD $x_n$ \eTD \bTD $y_n$ \eTD \eTR > \eTABLE} > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context --------------070004050002060401060108 Content-Type: text/plain; name="Arnold-table.tex" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Arnold-table.tex" % Table test: frames % David Arnold % 1-11-2004 \setupoutput[pdftex] \setupcolors[state=start] \starttext \setupTABLE[background=screen,screen=0.8,color=darkred,frame=off] \setupTABLE[column][first][leftframe=on]%was:\setupTABLE[column][first][rightframe=on] \setupTABLE[row][last][bottomframe=on]%was:\setupTABLE[row][first][bottomframe=on] \placetable[none]{}{% \bTABLE[align={middle,lohi},width=3em] \bTR \bTD $x$ \eTD \bTD $y$ \eTD \eTR \bTR \bTD $x_1$ \eTD \bTD $y_1$ \eTD \eTR \bTR \bTD $x_2$ \eTD \bTD $y_2$ \eTD \eTR \bTR \bTD $\vdots$ \eTD \bTD $\vdots$ \eTD \eTR \bTR \bTD $x_n$ \eTD \bTD $y_n$ \eTD \eTR \eTABLE} \stoptext --------------070004050002060401060108 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --------------070004050002060401060108--