From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14728 Path: main.gmane.org!not-for-mail From: Stefan Wachter Newsgroups: gmane.comp.tex.context Subject: Re: how to get bottom-vertical-alignment in (natural) table cells? Date: Sun, 15 Feb 2004 19:38:38 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <402FBCAE.4060201@gmx.de> References: <402D22C3.2070702@boede.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076870553 17701 80.91.224.253 (15 Feb 2004 18:42:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2004 18:42:33 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Feb 15 19:42:23 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsRDj-0000Kp-00 for ; Sun, 15 Feb 2004 19:42:23 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id CF15310B43; Sun, 15 Feb 2004 19:40:38 +0100 (MET) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by ref.ntg.nl (Postfix) with ESMTP id 774AC10B34 for ; Sun, 15 Feb 2004 19:39:13 +0100 (MET) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AsRCC-0008Mn-00 for ; Sun, 15 Feb 2004 19:40:48 +0100 Original-Received: from p508b21aa.dip.t-dialin.net ([80.139.33.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun Feb 15 18:40:48 2004 Original-Received: from stefan.wachter by p508b21aa.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun Feb 15 18:40:48 2004 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ref.ntg.nl Original-Lines: 59 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p508b21aa.dip.t-dialin.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en In-Reply-To: <402D22C3.2070702@boede.nl> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14728 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14728 Hi Willi, thanks for your reply - it works. Just for completeness: is "top" alignment termed "high"? Willi Egger wrote: > Hi Stefan, > > May be not quit logic, but when replacing the "bottom" by "low" you get > the desired result. > > Kind regards > > Willi > > Stefan Wachter wrote: > >> Hi all! >> >> I try to set a simple table that show the different horizontal and >> vertical alignment capabilities (see below): >> >> horizontal: left, middle, right >> vertical: top(?), lohi, bottom(?) >> >> Yet, the bottom alignment does not work. The texts in the third column >> that should be placed at the bottom appear at the top of their cell. >> >> Does anyone know how bottom alignment in table cells can be accomplished? >> >> Many thanks for your attention. >> --Stefan >> >> \bTABLE[width=3cm,height=3cm] >> \bTABLEbody >> \bTR >> \bTD[align={right,top}] top \eTD >> \bTD[align={right,lohi}] middle \eTD >> \bTD[align={right,bottom}] bottom \eTD >> \eTR >> \bTR >> \bTD[align={middle,top}] top \eTD >> \bTD[align={middle,lohi}] middle \eTD >> \bTD[align={middle,bottom}] bottom \eTD >> \eTR >> \bTR >> \bTD[align={left,top}] top \eTD >> \bTD[align={left,lohi}] middle \eTD >> \bTD[align={left,bottom}] bottom \eTD >> \eTR >> \eTABLEbody >> \eTABLE >> >> >> _______________________________________________ >> ntg-context mailing list >> ntg-context@ntg.nl >> http://www.ntg.nl/mailman/listinfo/ntg-context