From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10815 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: one answer Date: Thu, 06 Feb 2003 18:37:58 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <877kcdqphl.fsf@gundla.ch> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044553977 23743 80.91.224.249 (6 Feb 2003 17:52:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 17:52:57 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gqCi-0006AV-00 for ; Thu, 06 Feb 2003 18:52:52 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0EAEF10BB2; Thu, 6 Feb 2003 18:54:54 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ref.ntg.nl (Postfix) with ESMTP id 6EFEE10B49 for ; Thu, 6 Feb 2003 18:53:19 +0100 (MET) Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18gqD9-0007ML-00 for ntg-context@ntg.nl; Thu, 06 Feb 2003 18:53:19 +0100 Original-Received: from [129.217.137.140] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18gqD8-0002ZC-00; Thu, 06 Feb 2003 18:53:19 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18gpyI-0000Zx-00; Thu, 06 Feb 2003 18:37:58 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: (Tasos Drosopoulos's message of "Thu, 6 Feb 2003 19:13:15 +0200 (EET)") Original-Lines: 14 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) 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:10815 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10815 Tasos Drosopoulos writes: Hello Tasos, > 1. On writing tables in LaTeX, there is an option p{ some length } that > enables paragraph mode for one or more of the table's column entries. Is > there something equivalent in ConTeXt? I don't seem to be able to find > it in the manual. if you use the tabulate mechanism (documented in up-004-?.pdf), you can use the p(somelength) specifier. Patrick