From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22271 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: How this LaTeX code could be translated into ConTeXt? Date: Sat, 03 Sep 2005 09:11:18 +0200 Message-ID: <43194C96.8030700@elvenkind.com> References: <43185055.4050304@virgilio.it> <431854ED.3040204@logosrl.it> <43188BCA.4000705@virgilio.it> <4318A156.2010007@elvenkind.com> <4318D49B.6000107@virgilio.it> 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 1125731710 15828 80.91.229.2 (3 Sep 2005 07:15:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Sep 2005 07:15:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 03 09:15:08 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 1EBSEV-0005Vi-Js for gctc-ntg-context-518@m.gmane.org; Sat, 03 Sep 2005 09:14:35 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3DC6A127BC; Sat, 3 Sep 2005 09:14:35 +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 31529-06; Sat, 3 Sep 2005 09:14:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 65259127FF; Sat, 3 Sep 2005 09:12:51 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 60068127FF for ; Sat, 3 Sep 2005 09:12:49 +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 31490-05-6 for ; Sat, 3 Sep 2005 09:12:48 +0200 (CEST) Original-Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by ronja.ntg.nl (Postfix) with ESMTP id 83C90127DA for ; Sat, 3 Sep 2005 09:12:48 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:46599 helo=[192.168.1.3]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EBSCm-0003Q1-2L for ntg-context@ntg.nl; Sat, 03 Sep 2005 07:12:48 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <4318D49B.6000107@virgilio.it> 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:22271 Archived-At: Jilani Khaldi wrote: > >> I would appreciate a description of what you are asking for. I find >> example LaTeX code without explanations less than intructive. > > I just want to know how to have a table in Context with cells which can > contain many lines each; something like this: \starttabulate[|p(4cm)|p(2cm)|p(2cm)|] \NC Header1 \NC header2 \NC header 3 \NC\NR \NC This is a text splitted in 3 lines because it is very long \NC 2005 \NC Thank you for the tip!\NC\NR \stoptabulate Bye, Taco