From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14731 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Re: how to get bottom-vertical-alignment in (natural) table cells? Date: Sun, 15 Feb 2004 20:26:00 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <402FC7C8.905@boede.nl> References: <402D22C3.2070702@boede.nl> <402FBCAE.4060201@gmx.de> 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 1076873251 23169 80.91.224.253 (15 Feb 2004 19:27:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2004 19:27:31 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Feb 15 20:27:25 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 1AsRvJ-0002Zs-00 for ; Sun, 15 Feb 2004 20:27:25 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0EFDE10B43; Sun, 15 Feb 2004 20:25:42 +0100 (MET) Original-Received: from smtp-out2.xs4all.nl (smtp-out2.xs4all.nl [194.109.24.12]) by ref.ntg.nl (Postfix) with ESMTP id 82CE510B34 for ; Sun, 15 Feb 2004 20:24:26 +0100 (MET) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-out2.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1FJQ1Ig015494 for ; Sun, 15 Feb 2004 20:26:06 +0100 (CET) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <402FBCAE.4060201@gmx.de> 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:14731 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14731 Hi Stefan, I would not know whether it can be generalized. In text you can place text superscript with \high{superscripted text}. Mostly I would have a look into the "help-system" for commands. You can start it with e.g. "texshow setuptabulate". If you use the SciTe editor it is you can setup it in such a way, that you can use F1 to get this help. Yet another way to use this help is to use http://members.ping.de:8061/ this is a tool setup by Patrick Gundlach. Kind regards Willi Stefan Wachter wrote: > 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 > > > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context