From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20594 Path: news.gmane.org!not-for-mail From: Peter Newsgroups: gmane.comp.tex.context Subject: vertical shift in tabulate Date: Tue, 31 May 2005 13:06:25 +0200 Message-ID: <429C4531.1030609@orgelvlaardingen.nl> 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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1117537602 8912 80.91.229.2 (31 May 2005 11:06:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 May 2005 11:06:42 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue May 31 13:06:39 2005 Return-path: 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 1Dd4Yh-00062c-Ib for gctc-ntg-context-518@m.gmane.org; Tue, 31 May 2005 13:05:19 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CEA3F127FC; Tue, 31 May 2005 13:08:03 +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 12638-04; Tue, 31 May 2005 13:07:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8682A127EF; Tue, 31 May 2005 13:07:58 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EFAFE127EF for ; Tue, 31 May 2005 13:07:56 +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 12409-06 for ; Tue, 31 May 2005 13:07:56 +0200 (CEST) Original-Received: from olive.qinip.net (olive.qinip.net [62.100.30.40]) by ronja.ntg.nl (Postfix) with ESMTP id 3C4741277F for ; Tue, 31 May 2005 13:07:55 +0200 (CEST) Original-Received: from [10.0.0.3] (h6210061202.dsl.speedlinq.nl [62.100.61.202]) by olive.qinip.net (Postfix) with ESMTP id AACD118D7B for ; Tue, 31 May 2005 13:06:21 +0200 (MEST) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users X-Virus-Scanned: 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20594 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20594 Hello, I have the following tabuation: \starttabulate[|l|p|l|] ... \stoptabulate In the third column I put just single words, but in the middle column whole paragraphs. I want the word in the third column to be vertically aligned with the lowest line of the paragraph in the middle column (like the html valign=bottom). I cannot find how to accomplish this. Maybe someone can give me a hint? tanks Peter