From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19268 Path: news.gmane.org!not-for-mail From: Gerben Wierda Newsgroups: gmane.comp.tex.context Subject: Re: How do I create a table like this in ConTeXt? Date: Mon, 21 Mar 2005 20:34:09 +0100 Message-ID: References: <423C7FBC.3030709@boede.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111433653 29948 80.91.229.2 (21 Mar 2005 19:34:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2005 19:34:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Mar 21 20:34:13 2005 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 1DDSdC-0005IE-7J for gctc-ntg-context-518@m.gmane.org; Mon, 21 Mar 2005 20:32:06 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B8EB11284A; Mon, 21 Mar 2005 20:34:15 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13859-03; Mon, 21 Mar 2005 20:34:11 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6AE181282D; Mon, 21 Mar 2005 20:34:11 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 50D291282D for ; Mon, 21 Mar 2005 20:34:10 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13985-05 for ; Mon, 21 Mar 2005 20:34:09 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with ESMTP id A1D641282C for ; Mon, 21 Mar 2005 20:34:09 +0100 (CET) Original-Received: from ii2.demon.nl ([82.161.98.36]:13451 helo=mail.rna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1DDSfB-0008We-HO for ntg-context@ntg.nl; Mon, 21 Mar 2005 19:34:09 +0000 Original-Received: from [192.168.2.87] (hermione-a.rna.nl [192.168.2.87]) by mail.rna.nl (Postfix) with ESMTP id 427BA7F21A for ; Mon, 21 Mar 2005 20:34:09 +0100 (CET) In-Reply-To: <423C7FBC.3030709@boede.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19268 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19268 On 19 Mar 2005, at 20:38, Willi Egger wrote: > secondly you might use \starttabulate ..\stoptabulate look at MAPS22 > Voorjaar 1999, pp 153. I did look at that. I cannot see how that helps me recreating the example I posted, sorry. G PS. Is it me or is tabulating in ConTeXt a bit counterintuitive? For instance, take the exampl efrom MAPS: \starttabulate[|l|k2c|r|] \NC this and that \NC left and right \NC here and there \NC \NR Why 4(!) \NC's here? There are only 3 columns... G